I am unable to find the VR template given in this learning module for Apple Vision Pro. Looks like this template enables the actual hands of the user for interactions. Anyone know where can I find this?
P.S. I checked the templates from Polyspatial package v 1.3.1. But all of them were mixed reality templates.
Hey there! That template isn’t unique to PolySpatial and can be downloaded via the Unity Hub (search for VR).
Once you create a project from it, they’ll be an additional step to make it usable on visionOS. Namely, you’ll need to pull the XRI GameObject out of the PolySpatial VR sample and into your new project. Please reach out if you still need help getting it working!
Thanks for the reply. I tried the VR template from hub with the XRI GameObject moved to the scene. I can see the experience in fully immersive VR. However, I can’t see my own hands as it was shown in the learning module. Moreover, I am unable to interact with the objects in the scene. My hierarchy is shown below,
To see your own hands, there’s a setting in Project Settings → XR Plug-in Management → Apple visionOS → Upper Limb Visibility. Change that to Visible, and you should see your hands.
For interacting, I’m not sure about this exact template, but we also have Metal samples in Packages/Apple visionOS XR Plugin that include interaction. Since those are visionOS-specific, they may be more helpful.