How does one disable stereo rendering on my camer? I don’t see anything in the inspector to do so, and I don’t see anything in the Player Settings. Properties in the scripting API that I would think change this value seem to all be getters. The value always seems to be set to true.
e.g. Camera.main.stereoEnabled is a getter property, UnityEngine.XR.XRSettings.stereoRenderingMode is also a getter property.
Anyone have an idea of how to change this value?