It’s 5am and I’ve spent all day trying to get around this awful bug in UnityXR. Using TryGetFeatureValue to get the angular velocity of the controller is returning different results on the same Quest headset depending if I am using link (so rift emulation) or native to the Quest. I have checked the output from InputDevice to see if it’s a different orientation but it is not, it just for some reason gives a different readout for AngularVelocity and is proving a nightmare to program around.
Has anyone experienced this, and can point me in the right direction on how to get around this bug? I’ve also tried using a custom function for calculating the angular velocity manually but wasn’t getting great results. The way it works on PC is perfect but the exact same code is broken on the Quest.
Any help before I lose my mind would be greatly appreicated.