Forum Discussion
sayangel
8 years agoExplorer
Positional Tracking Stuttering when Entering/Exiting VR
We recently upgraded our project to Unity 5.6.4p2 from 5.6.1f1. We're noticing now when we toggle VRSettings.enabled from false to true the positional tracking gets really jumpy. Everything else in th...
neelb-oculus
8 years agoExplorer
Hey @sayangel, I'm an engineer at Oculus and I'm looking into this. Can you send a zip of a Unity project with the bug, so I can repro it and look into fixing it on my end? I tried repro-ing it by adding the following lines at the beginning of Start() in a script:
UnityEngine.VR.VRSettings.enabled = false;
UnityEngine.VR.VRSettings.enabled = true;
This worked fine for me on OVRPlugin 1.24.2 and Unity v5.6.4p2. A zip file would be great, and let me know if the usage above mirrors the code that triggered the bug on your end.
UnityEngine.VR.VRSettings.enabled = false;
UnityEngine.VR.VRSettings.enabled = true;
This worked fine for me on OVRPlugin 1.24.2 and Unity v5.6.4p2. A zip file would be great, and let me know if the usage above mirrors the code that triggered the bug on your end.
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device