ViveSoftware / ViveInputUtility-Unity

A toolkit that helps developing/prototyping VR apps.
http://u3d.as/uF7
Other
352 stars 82 forks source link

How to disable tracking for ViveCameraRig? #161

Open byteflowY opened 4 years ago

byteflowY commented 4 years ago

I record camera position using ViveCameraRig for replay system. I need disable tracking when I show replay. How can I do this? My platform is Oculus go.

lawwong commented 4 years ago

On Oculus platform, camera tracking is controlled by Unity XR engine, but you to disable manually by using XRDevice.DisableAutoXRCameraTracking API in script.