Image tracking work with Vision OS?

Hi there,

How does image-/marker-tracking work with the VisionOS? Just like with ARKIT?

We are working on a co-located experience where we have to synch the local spaces of multiple users. So far we used a QR-Code for that. Would you reccommend a different approach (for instance, anchors?).

Thanks in advance

Hi there! Yes, image marker tracking for visionOS works very similarly to how it works on ARKit. In Unity, you use AR Foundation to set up a reference image library asset, add an AR Tracked Image Manager to your XROrigin, and set a prefab that will be instantiated and updated to follow tracked images.

For co-located experiences, we don’t have an official recommendation, but it sounds like you are on the right track.