Where do I find the VR Template of Apple Vision Pro?

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!

1 Like

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,

My Unity Version: 2022.3.29f1 LTS
Apple Vision OS XR Plugin: 1.3.9
XR Interaction ToolKit: 3.0.3
XR Hands: 1.4.0
PolySpatial Vision OS: 1.3.9
PolySpatial: 1.3.9
Project validation all checked to green.

Below is the screenshot taken from Vision Pro itself.

Am I missing something?

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.

1 Like

Thank you @connorbell-u and @kapolka. After checking the Upper Limb Visibility, I can now able to see my hands and interact with UI.

2 Likes