cancel
Showing results for 
Search instead for 
Did you mean: 

VRC.PC.Input.1 How to ensure than my app is not accepting input ?

Dreaming100
Explorer
VRC.PC.Input.1  says that " The app must not submit frames or accept input when the user removes the HMD or opens the Dash" . I am confused how can i ensure that my app is not accepting input ?? Can I check this with the Oculus debug tool ?

1 REPLY 1

MikeF
Trustee
If your game is single player then the easiest thing you can do is pause the application when the user focus or presence state is lost. If youre using unity look into the application focus and xr presence management api's