Unity Version: 2020.3.33f1
SDK: PicoXR Plugin 2.0.4
Device: Pico Neo 3
Hello,
I'm working on a Kiosk App which automatically does recenter the camera once the HMD is put on by an user. On other Hardware like Oculus Quest and Google Cardboard, this worked fine via XRInputSystem but on Pico it has no effect.
I have tried out calling:
PXR_Plugin.Pxr_ResetSensor(ResetSensorOption.ResetRotation);
and
PXR_Plugin.Sensor.UPxr_ResetSensor(ResetSensorOption.ResetRotation);
but both those calls also do nothing. What is the correct approach to make Recenter from code possible?
Thanks in advance.