Distribute and grow
Distribute and grow

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

Additional details

For more information, see:
For Unity development:

Steps to test

To test manually:
  1. Launch the title.
  2. Press home button.
  3. Observe: This should launch Oculus Home and bring up Oculus Dash.

Expected result

Performance shouldn’t drop, and moving the controllers shouldn’t cause interaction within the app.
Did you find this page helpful?