Connect OVRGearVrController to Scene

允我心安 提交于 2019-12-25 09:28:58

问题


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:


  1. Import the latest OculusUtilities package to your project
  2. Replace the default Camera with OVRCameraRig
  3. Add GearVrController under the RightHandAnchor


来源:https://stackoverflow.com/questions/44702058/connect-ovrgearvrcontroller-to-scene

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!