Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
Dreamwriter's avatar
Dreamwriter
Rising Star
11 years ago

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...