Forum Discussion
learnwithus
7 years agoHonored Guest
OVRHeadsetEmulator doesn't move the view in the Game panel
Hello, I would like to be able to emulate the headset while developing in Unity, so I don't have to build to a device whenever I want to test. However, the OVR Headset Emulator doesn't move the vie...
muhr2
6 years agoExplorer
filipefmiranda said:
OVRManager.csSeems to be a not "!" messing , OVRPlugin.initialized is set to true inside InitOVRManager().so the test should be is OVRPlugin.initialized == false is so call InitOVRManager().private void Awake(){//If OVRPlugin is initialized on Awake(), or if the device is OpenVR, OVRManager should be initialized right away.if (!OVRPlugin.initialized || (Settings.enabled && Settings.loadedDeviceName == OPENVR_UNITY_NAME_STR)){InitOVRManager();}}
Thanks @filipefmiranda - worked for me, too. Unity 2019.3.11f1 + Oculus Integration v17.0
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 3 years ago