Search Unity

Disable VR with command line.

Discussion in 'AR/VR (XR) Discussion' started by RedRiverStudio, May 22, 2016.

  1. RedRiverStudio

    RedRiverStudio

    Joined:
    Sep 8, 2014
    Posts:
    136
    Hello,
    Is there any way to force disable all VR from the command line using only one build? I see we have
    -vrmode DEVICETYPE

    and if you put this to "None", VR is still on.

    I would like one build to handle all VR, and if somebody owns a headset and doesnt want to use it, they shouldn't have to unplug the system.

    Thanks!
    -Ryan
     
  2. williamj

    williamj

    Unity Technologies

    Joined:
    May 26, 2015
    Posts:
    94
    Hi Ryan,

    Which version of Unity are you on?

    If you're in 5.4beta, can you make sure you have added "None" to the list of supported SDKs?

    In the meantime, I'll pass this along to the devs to see if this is expected at this point for either 5.3 or 5.4

    -Will
    Unity QA
     
  3. RedRiverStudio

    RedRiverStudio

    Joined:
    Sep 8, 2014
    Posts:
    136
    Hi Will,
    I am on b17, but I have never added None to the list. Good to know. I will try it out!
     
  4. RedRiverStudio

    RedRiverStudio

    Joined:
    Sep 8, 2014
    Posts:
    136
    Well that works great. Thanks Will.
     
    williamj likes this.