ViveInputUtility-Unity icon indicating copy to clipboard operation
ViveInputUtility-Unity copied to clipboard

How to disable tracking for ViveCameraRig?

Open byteflowY opened this issue 5 years ago • 1 comments

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.

byteflowY avatar Nov 12 '19 13:11 byteflowY

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

lawwong avatar Nov 13 '19 03:11 lawwong