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?