Hi everyone,
Currently I'm working on some hand tracking in addition to VR passthrough within Unity, but because the camera for passthrough and Leap are located at different places on the headset, it shows an offset of the two sets of hands. Is there a way to manually offset the hands by a certain amount so that these two can be aligned?
I've tried to offset Leap's display frame, but realized that this would go wrong with the hands further away. So basically, where in the native Unity script does Leap set the position coordinates for all the hands?
Thanks!