Forum Discussion
dayekaye
5 years agoHonored Guest
Detect Hand Tracking System gesture with OVRInput
Hi there, I'm making an app that uses Hand Tracking and I want the pause menu to appear when the user does a System Gesture with their no0n-dominant hand. In the docs it says that I should "poll...
marcocarlo88
4 years agoHonored Guest
Did you solved?
If i use
void Update()
{
if (OVRInput.Get(Button.Start)) {
Debug.Log("System Gesture");
onUse.Invoke();
}
}
NOTHING appens... 😞
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
- 2 years ago
- 2 years ago