-
Notifications
You must be signed in to change notification settings - Fork 1
Controls
Feen801 edited this page Jan 23, 2024
·
29 revisions
- Comma Key to reset/center the VR camera position
- Slash Key to toggle VR. Useful to click things in the UI if you need to
- Period Key to check for controllers. Controllers are automatically detected in 0.43R3-r1, this will simply print them to the debug console
- Quote Key to change controller debug level
- Nod to press the button on the left
- Shake your head to press the button on the right
- These can be disabled in the config
Check https://docs.unity3d.com/2022.3/Documentation/Manual/xr_input.html for device specific VR controller mappings
Use https://hardwaretester.com/gamepad to see what your gamepad buttons map to
| VR Controllers | Gamepad | Action |
|---|---|---|
| Both (gripButton)s | None | Recenter the camera |
| Hold any (gripButton) | B2 | Bring UI closer |
| VR Controllers | Gamepad | Action |
|---|---|---|
| (primary2DAxis) | AXIS 0 and AXIS 1 | Point left or right to select a button |
| (trigger) | B0 | Press selected button |
| VR Controllers | Gamepad | Action |
|---|---|---|
| (primaryButton or secondaryButton) | B3 | Press button |
| VR Controllers | Gamepad | Action |
|---|---|---|
| (primary2DAxisClick) | B1 | Change radial menu level |
| (primary2DAxis) | AXIS 0 and AXIS 1 | Select radial menu option |
| (trigger) | B0 | Select radial menu option |
| VR Controllers | Gamepad | Action |
|---|---|---|
| (primary2DAxis) | AXIS 0 and AXIS 1 | Select button |
| (trigger) | B0 | Press selected button |
| VR Controllers | Gamepad | Action |
|---|---|---|
| (primary2DAxis) | AXIS 0 and AXIS 1 | Highlight option |
| (trigger) | B0 | Selected highlighted option |
- Confirm with "Basic choices" controls
| VR Controllers | Gamepad | Action |
|---|---|---|
| (primary2DAxis) | AXIS 0 and AXIS 1 | Move left to decrease count, right to increase count |
- Confirm with "Basic choices" controls
Tribute Button Mode
| VR Controllers | Gamepad | Action |
|---|---|---|
| (primary2DAxis) | AXIS 0 and AXIS 1 | Move vertically to highlight a tribute option or cancel |
| (trigger) | B0 | Selected highlighted tribute option |
| (primary2DAxisClick) | B1 | Switch to Tribute Slider Mode |
Tribute Slider Mode
| VR Controllers | Gamepad | Action |
|---|---|---|
| (primary2DAxis) | AXIS 0 and AXIS 1 | Move left to decrease count, right to increase count |
| (primary2DAxisClick) | B1 | Switch to Tribute Button Mode |
0.43R3-pre1 controls
0.43R3-pre2 controls
0.43R3-r1 controls