Search Unity

Resolved How to disable SteamVR from launching

Discussion in 'VR' started by Wattosan, Sep 2, 2021.

  1. Wattosan

    Wattosan

    Joined:
    Mar 22, 2013
    Posts:
    460
    Hello,

    I was having an issue on preventing SteamVR from opening when entering the Play mode in the editor or when launching an .exe with openvr_api.dll present (in this case, removing the .dll will prevent SteamVR from running). Messing with the SteamVR settings did not work for me either.

    In order to disable SteamVR from launching, let's make the system think it is uninstalled. Simply rename the SteamVR folder to something else than "SteamVR" and you are good to go. To enable it, rename it back to "SteamVR".

    I hope this helps someone.

     
  2. zoomzoom1001000

    zoomzoom1001000

    Joined:
    Aug 7, 2020
    Posts:
    3
    THANK YOU!!!