Is it possible to use HoloLens API (unity) hand tracking with babylonjs? I want to control an object with gestures

Is it possible to use HoloLens API (unity) hand tracking with babylonjs?
I want to control an object with gestures.

WebXR supports hand tracking. Babylon has a hand tracking feature that can be enabled in your scene -

If you want to develop gesture support you will need to do it yourself, as both WebXR and babylon don’t support gestures

1 Like

Hello @tm1128 just checking in, was your question answered?