I'd like to have two users in separate locations, each with a local ARAnchor but then have a synchronized RealityKit scene graph attached to their separate ARAnchors.
Is this possible?
Thanks,
Hello, I was using the synchronize service of reality kit recently. I customized the component and added it to the entity I defined, and then the problem appeared. When I manipulate the entity on another device through the synchronization service (already Obtaining ownership) It appears that the component attribute I defined is nil. Is this because the network has not synchronized this component? thanks for your help!
You may need to register your component. That helped me around that.
Hello, I was using the synchronize service of reality kit recently. I customized the component and added it to the entity I defined, and then the problem appeared. When I manipulate the entity on another device through the synchronization service (already Obtaining ownership) It appears that the component attribute I defined is nil. Is this because the network has not synchronized this component? thanks for your help!
You may need to register your component. That helped me around that.
Hello, I was using the synchronize service of reality kit recently. I customized the component and added it to the entity I defined, and then the problem appeared. When I manipulate the entity on another device through the synchronization service (already Obtaining ownership) It appears that the component attribute I defined is nil. Is this because the network has not synchronized this component? thanks for your help!