The WebXRCamera.updateCameraTag decides if the cameras objects tag will be updated when switching XR modes.
Some Interaction packages, like Unity XR Interaction Toolkit relay on the Camera.Main (which looks for active Camera components with MainCamera tag).
I don't like to magically change values without developers knowledge, but it seems like this is now the expected behavior, as lots of projects want to use such packages.
Would solve issues like the one mentioned in #438 (comment)
The
WebXRCamera.updateCameraTagdecides if the cameras objects tag will be updated when switching XR modes.Some Interaction packages, like Unity XR Interaction Toolkit relay on the
Camera.Main(which looks for active Camera components withMainCameratag).I don't like to magically change values without developers knowledge, but it seems like this is now the expected behavior, as lots of projects want to use such packages.
Would solve issues like the one mentioned in #438 (comment)
updateCameraTagto true.