Search Unity

Cannot turn off VR Supported in settings

Discussion in 'AR/VR (XR) Discussion' started by drmanhattan, Jul 23, 2017.

  1. drmanhattan

    drmanhattan

    Joined:
    Jul 5, 2015
    Posts:
    41
    This seems rather odd, but for some reason I'm not able to disable VR support in the player settings tab.

    When I click on the checkbox, the setting remains checked. Is there anything else I need to do before hand?

    Thanks,
     
  2. jobigoud

    jobigoud

    Joined:
    Apr 13, 2017
    Posts:
    8
    Edit > Preferences... > SteamVR > uncheck "Automatically Enable VR".
     
  3. drmanhattan

    drmanhattan

    Joined:
    Jul 5, 2015
    Posts:
    41
    Thanks!

    It was actually the Oculus camera gameobject which was stopping me from turning it off.

    Disabling that fixed the issue.
     
    midnightcrawler1 likes this.
  4. quorumetrix

    quorumetrix

    Joined:
    Jun 26, 2018
    Posts:
    1
    I was having the same problem interfering with exporting properly using the Recorder. In the end, what worked for me on the Rift was going to 'Tools > Oculus > ' and unchecking "Use Required Project Settings". This let me then uncheck the box in the Project Settings > Player > XR menu.
     
    midnightcrawler1 likes this.
  5. eagleeyez

    eagleeyez

    Joined:
    Mar 21, 2013
    Posts:
    406
    With SteamVR it is now
    - Windows/SteamVR input
    - then top right of that page click advanced settings,
    then bottom right of that page click VR settings,
    then in VR setting s you get auto enable VR / disable/enable
    now you can turn off XR settings in player settings.

    Hello world!
    Why make things easy if it can be done complicated.

    So, if something is too easy it will be made much more complicated to look much more professional.
    If you want more creative people, then you should be making stuff easier to use.

    And stop changing everything all the time.
     
  6. ekharabet

    ekharabet

    Joined:
    Nov 12, 2018
    Posts:
    2
    @eagleeyez *thankyou.gif* really apreciated for coming back here and updating the info!
     
  7. csiro_rmc3

    csiro_rmc3

    Joined:
    Jun 8, 2014
    Posts:
    14
    Extra thanks from me too @eagleeyez - was wrestling with this feature again tonight and no way I would have followed that obscure trail to find the setting without help
     
  8. am_GA

    am_GA

    Joined:
    Oct 4, 2018
    Posts:
    20
    I would like to add to @eagleeyez 's instructions that the SteamVR settings button will open the
    SteamVR_Settings.asset
    item located in the
    Assets/SteamVR_Resources/Resources/
    folder of your project. You can just click to open the SteamVR settings panel from there as well. Also, when you open it, it will appear in the Inspector tab.
     
  9. sergiobd

    sergiobd

    Joined:
    May 14, 2014
    Posts:
    37
    OMG. I've been trying to find this for hours. Thank you @eagleeyez....!!!