Connect OVRGearVrController to Scene
问题 It's should be simple but I can't find any proper tutorial/sample for this. I imported the OVR package to my Unity scene, and put the OVRGearVrController in the middle of it. I can see the controller in my scene, but that's it. How or where should I connect it to react to the real controller that it's in my hand? 回答1: Import the latest OculusUtilities package to your project Replace the default Camera with OVRCameraRig Add GearVrController under the RightHandAnchor 来源: https://stackoverflow