Forum Discussion
Dreamwriter
11 years agoRising Star
Unity, how do I dismiss the Health/Safety Warning?
I've got this in an update function, SDK 4.3: if (OVRManager.isHSWDisplayed) { if (Input.anyKeyDown) { OVRManager.DismissHSWDisplay(); } } ...but it doesn't work, th...
drash
11 years agoHeroic Explorer
This is part of the reason for the "outrage" about the HSW. There's actually a hidden but required countdown that must elapse before it can be dismissed, leading to confusion and a feeling that it is unresponsive to input with a mind of its own. I believe the countdown is around 6 seconds.
So, if the player presses any key *before* 6 seconds is up, the HSW will disappear when 6 seconds is up.
Or, If the player presses any key *after* the 6 seconds is up, the HSW will disappear immediately.
Hope that helps.
So, if the player presses any key *before* 6 seconds is up, the HSW will disappear when 6 seconds is up.
Or, If the player presses any key *after* the 6 seconds is up, the HSW will disappear immediately.
Hope that helps.
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
- 11 years ago
- 11 years ago