Forum Discussion
phileday
11 years agoMHCP Member
How do you detect that the health and safty screens gone?
Pretty much what the subject says. What way do I test that the health and safety menu that appears has gone? I'm programming in Unity Java so a solution that was it that would be best.
Cheers
Phil
Cheers
Phil
3 Replies
Replies have been turned off for this discussion
- AlmostLogicalHonored GuestIn a loop check the following:
if(!OVRDevice.HMD.GetHSWDisplayState().Displayed)
{
//do something now that the Health and safety warning is gone
//then break out of loop
} - philedayMHCP MemberCheers. I'll give that a go later and post back if I have any problems.
- philedayMHCP MemberJust to let people know that it worked great, thanks.
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
- 1 month ago
- 3 months ago
- 4 months ago
- 2 years ago
- 8 months ago