SpriteKit SKLabelNode attached to ARAnchor doesn't appear or appears fullscreen
问题 I'm adding an anchor to my sceneView in the world origin position: let configuration = ARWorldTrackingConfiguration() sceneView.session.run(configuration) sceneView.session.add(anchor: ARAnchor(name: "world origin", transform: matrix_identity_float4x4)) sceneView.presentScene(SKScene()) I then choose to show a SKLabelNode at my anchor position func view(_ view: ARSKView, nodeFor anchor: ARAnchor) -> SKNode? { // Create and configure a node for the anchor added to the view's session. let