VRC.PC.Input.1
Updated: Jul 31, 2024
The app should not submit frames or accept input when the user removes the headset or opens Oculus Dash.
- If HMD is off, app should neither submit frames nor accept input.
- If an app does NOT support Dash / Lifecycle 2.0, then the app should neither submit frames nor accept input.
- If an app does support Dash, then it should NOT accept input, but it SHOULD submit frames.
In all cases, the app should “pause” unless it’s multiplayer, in which case it can pause or not.
Required - No
For more information, see:
For Unity development:
To test manually:
- Launch the title.
- Press
. - Observe: This should launch Oculus Home and bring up Oculus Dash.
Performance shouldn’t drop, and moving the controllers shouldn’t cause interaction within the app.