Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
ChikuZeh's avatar
ChikuZeh
Honored Guest
6 years ago

Is it possible to switch fingers while using Oculus Quest hand tracking in Unity?

Hi everyone!

I am developing an application for the Oculus Quest using Unity and the official SDK. One of the things I want to be able to do in the application is to trick the user a bit by switching finger correspondence. For example, when he moves his index finger, the virtual model will move the middle finger in the exact same way.

Can I do that? I have tried switching the bones in the Hand Tracking prefab but it just defaults to the regular ones when I run the application. I tried also reading through the scripts to see if I could change something in there but nothing looked obvious (maybe I missed it?). My last solution would be to try and change things through LateUpdate but that is not what I am aiming for. Is there another solution?

Thank you very much!