Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
PreloadedTeam's avatar
PreloadedTeam
Honored Guest
7 years ago

Disabling rift's 6DOF in Editor for Oculus Go development

Hi there, 

Does anyone know of an easy way to disable to Oculus Rift's 6DOF head tracking so that we can more accurately emulate the oculus GO headset experience in Unity Editor.

I've had a quick attempt of simply trying to set the main cameras position to 0,0,0 in both Update and OnPreRender functions but doesn't seem to work.

Thanks

2 Replies

Replies have been turned off for this discussion
  • Heaney-555's avatar
    Heaney-555
    Heroic Explorer
    Just untick 'Use Position Tracking' in the OVRManger script attached to the OVRCameraRig
  • PercyPea's avatar
    PercyPea
    Honored Guest
    So simple!! Thanks for the reply (sorry for delay was on holiday)