Add Custom VR Controller Models
Last updated
Last updated
Import your controller models.
Open the OpenXR Player
prefab (Assets/Vour/Prefabs/Players/OpenXR Player
).
Under Left Controller
and Right Controller
, delete Left Controller Visual
and Right Controller Visual
.
Add your own controller prefabs.
Import the into your project.
Use the OVRControllerPrefab
prefab in Packages/Meta XR Core SDK/Prefabs
.
When adding the prefab to each controller, set the Controller
property of the OVR Controller Helper
script to L Touch
for the left controller and R Touch
for the right controller.
The controllers need the OVRManager
script to work. You can add it to the OpenXR Player
.