Hi everyone,
I try do connect Vive Ultimate Tracker to Oculus Quest 3 to track its position and get some input form pogo pins. According to documentation it should work with OpenXR plugin. But it doesn’t.
Here is my tech stack:
Unity 6000.0.50f1
OpenXR 1.14.3
InputSystem 1.14.0
XR Interaction Toolkit 3.1.2
I was able to setup Ultimate Tracker in Oculus and I see it in the virtual environment but for some reason unity input system doesn’t follow the tracker.
Lint to the project: https://drive.google.com/file/d/17_CJZv5fhBX8vWXr7f_NdWkroAF_VwVT/view
Does anyone have better experiences in this field?
EDIT:
- It turned out the problem was related to the Unity version. It works with Unity 2022.3.55f1 LTS.
- You need to set SteamVR as running environment
- You need to install Vive OpenXR plugin and add HTC Vive Tracker Profile

