Hi everyone,
I’m building a visualization app for VisionPro that uses SharePlay and GroupActivities to explore datasets collaboratively.
I’ve successfully implemented the new SharedWorldAnchor feature, and everything works well with nearby, local participants.
However, I’m stuck on one point: How can I share a world anchor with remote participants who join via FaceTime as spatial personas?
Apple’s demo app (where multiple users move a plane model around) seems to suggest that this is possible.
For context, I’m building an immersive app with Metal rendering.
Any guidance or examples would be greatly appreciated!
Thanks, Jens
Hi @Thunder75 ,
I noticed you said you're using Compositor Services,
Personas are not available while displaying content with Compositor Services. If you would like to see this capability, I'd really appreciate it if you could file feedback at https://feedbackassistant.apple.com and post the number here. Thank you!
As per your second question, WorldAnchor with sharedWithNearbyParticipants
are for nearby participants only. For remote participants, you'd need to sync the position yourself and create a new world anchor for each person, you wouldn't be able to use the shared world anchor API.