NeoSpark314 / godot_oculus_quest_toolkit

An easy to use VR toolkit for Oculus Quest development using the Godot game engine
MIT License
368 stars 39 forks source link

Unable to activate hand tracking gesture detection #4

Closed xuv closed 4 years ago

xuv commented 4 years ago

First, let me thank you for putting this repo together. This is truly inspiring and extremely useful.

I'm trying to get the Demos running. And with the HandTrackingDemoScene, I can only see a black label telling me "Please enable hand tracking for gesture detection!".

I've looked around in different Godot project properties and the documentation you have for this project. But I can't seem to find how to activate this. Is there something I'm missing?

Godot Version: 3.2 beta5

NeoSpark314 commented 4 years ago

You need to enable hand tracking in the settings of your Oculus Quest. Then it will switch to the tracked hands also inside the demo (no need to quit the application; it should work if you just resume it after enabling hand tracking)

image

xuv commented 4 years ago

OMG, of course. Why didn't I think to look in the Oculus settings. This feature is still a little too new. :)

Thanks a lot for this.