Is there any way to enable and disable vr mode in (android / ios)?,

my version of unity is 2018.3 and I’m using the cardboard sdk version 1.70
what happens is that I’ve already searched a lot and I can not find a solution,
the (vr.settings) no longer works and neither the (xr.settings).
the truth is that I do not even know what to try, please help :, (,

Hey!
In your project settings where you select the VR SDK to use, you can select None option.
If you have only vr SDK selected, you cannot change application to not be in VR mode.

So you want to have your SDK and None as the other option. You change it in code I believe via:

If you want your application to start in normal mode and then transfer to VR via a button or something, make sure None SDK is set as the first one in your Project Settings