Add Custom VR Controller Models
General Steps
Import your controller models.
Open the
OpenXR Player
prefab (Assets/Vour/Prefabs/Players/OpenXR Player
).Under
Left Controller
andRight Controller
, deleteLeft Controller Visual
andRight Controller Visual
.Add your own controller prefabs.
Using Meta Quest Controllers
Import the Meta XR Core SDK into your project.
Use the
OVRControllerPrefab
prefab inPackages/Meta XR Core SDK/Prefabs
. When adding the prefab to each controller, set theController
property of theOVR Controller Helper
script toL Touch
for the left controller andR Touch
for the right controller.The controllers need the
OVRManager
script atPackages/Meta XR Core SDK/Scripts
to work. You can add it to theOpenXR Player
.


Last updated