Hi.
I want to be able to test the relative position of the Quest 2 controllers relative to the headset
I know I can get the position of controllers using
OVRInput.GetLocalControllerPosition(OVRInput.Controller.LTouch);```
but I don't know how to get the position of the headset. I have looked through the OVRInput class and can't find it there.
Is there a method that returns the relative position between the 2 perhaps?