Forum Discussion
AgentSmithh
9 years agoExplorer
Oculus Button.One same as GearVR Button.One?
I have an interactive 360 video scene created for GearVR. When I connect an Oculus Rift it's Button.One or Fire1 is not recognized. The result is that for GearVR buttons placed in that scene are worki...
kersk
9 years agoMeta Employee
Hi Martin,
Can you confirm you're using OVRInput from the Oculus Unity Utilities package? This should work correctly with the latest 1.9 Oculus Unity Utilities (which added GearVR Touchpad support to OVRInput).
The 1.9 Oculus Unity Utilities package is available for download here: https://developer3.oculus.com/downloads/game-engines/1.9.0/Oculus_Utilities_for_Unity_5/
If you're already using the 1.9 Utilities, it should work like this:
Thanks!
Can you confirm you're using OVRInput from the Oculus Unity Utilities package? This should work correctly with the latest 1.9 Oculus Unity Utilities (which added GearVR Touchpad support to OVRInput).
The 1.9 Oculus Unity Utilities package is available for download here: https://developer3.oculus.com/downloads/game-engines/1.9.0/Oculus_Utilities_for_Unity_5/
If you're already using the 1.9 Utilities, it should work like this:
If that's still not working for you, please post a snippet of your input code so I can help you troubleshoot this.if (OVRInput.GetDown(OVRInput.Button.One))
{
// Button.One was pressed this frame
// This works for GearVR Touchpad + Gamepad and Rift Touch + Gamepad + Remote
// Your code here
}
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
- 4 years ago
- 1 year ago
- 3 years ago