Forum Discussion
DEV.WRP
2 years agoHonored Guest
Need help to detect when Oculus Quest 3S is unMount
Hi !
For my application, i need to detect when the headset is unmount and mount.
I used a lot of solutions but none work. The only solution who worked on Quest3, doesn't work on Quest3S.
I used OVRManager.HDMUnmounted but it only work when the headset is on veil on the Quest3S and not when is off the head. That kinda weird.
If someone have a solution.
Thank you
1 Reply
Replies have been turned off for this discussion
- Simon.AustraliaExplorer
While this thread is old I ran into the same problem and found the cause.
The Meta Quest 3S does not have a proximity sensor, unlike the other headsets. Because of this OVRManager.HMDUnmounted never gets called (or perhaps it does but only after the headset has already gone to sleep).
To solve this I used the OVRManager.OnInputFocusAcquired instead for when the headset comes out of sleep.
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
- 10 years ago
- 3 years ago
- 2 years agoAnonymous