Hello!
I need to get the position and rotation of a vive tracker in unity. The inputs register within the input debugger, I just cant seem to retrieve them from the input system.
Currently I have been following this tutorial by HTC: Unity: Getting Data from VIVE XR Tracker(Beta) | VIVE OpenXR - Developer Resources
When trying to display values on the canvas as seen in the end of the tutorial, all the fields give me this message “no active control of the reference action”
Again, watching the input debugger I can see that at least Unity is recieving all the necessary data from the tracker. I just cannot seem to get them.