Add Custom VR Controller Models
General Steps
Import your controller models.
Open the
OpenXR Playerprefab (Assets/Vour/Prefabs/Players/OpenXR Player).Under
Left ControllerandRight Controller, deleteLeft Controller VisualandRight Controller Visual.Add your own controller prefabs.

Using Meta Quest Controllers
Import the Meta XR Core SDK into your project.
Use the
OVRControllerPrefabprefab inPackages/Meta XR Core SDK/Prefabs. When adding the prefab to each controller, set theControllerproperty of theOVR Controller Helperscript toL Touchfor the left controller andR Touchfor the right controller.The controllers need the
OVRManagerscript atPackages/Meta XR Core SDK/Scriptsto work. You can add it to theOpenXR Player.


Last updated