RealityView movement

In Reality View, I want to move an entity A to the position of entity B, but I can't determine the coordinates of entity B (for example, entity B is tracking the hand). What's the solution?

Hey @lijiaxu,

This sounds similar to the questions you asked in your Coordinate conversion and coordinates add threads. Are the answers I provided there helpful in answering this question? What have you attempted to try and where are you getting stuck?

Additionally, the Placing content on detected planes sample code might be helpful as it positions items using anchors:

object.position = anchor.originFromAnchorTransform.translation

Hope this helps,
Michael

RealityView movement
 
 
Q