缺失AR_WORLD_MAP

SharePlay objects are not placed in the same place in the same space. I hope they can be placed in the same place. (Vision Pro)

Hi @jd_develop

If your goal is for people in separate rooms over FaceTime: To achieve consistent positioning of RealityKit entities across multiple devices in an immersive space during a SharePlay session, enable support for a group immersive space using SystemCoordinator.supportsGroupImmersiveSpace. When enabled, visionOS automatically ensures entities with identical transforms appear in the same relative location for all participants.

If your goal is for people in the same room: there is no supported way to use SharePlay to position entities so they appear in the same real-world location for all participants. You can achieve a similar effect using an ImageAnchor to establish a common origin then using peer to peer networking to sync the entities' transforms.

缺失AR_WORLD_MAP
 
 
Q