Skip to content

Instantly share code, notes, and snippets.

@made-indrayana
Created May 13, 2021 13:41
Show Gist options
  • Save made-indrayana/3ad8288402892ae7b1f9c3c08f8fb9a2 to your computer and use it in GitHub Desktop.
Save made-indrayana/3ad8288402892ae7b1f9c3c08f8fb9a2 to your computer and use it in GitHub Desktop.
Disabling SteamVR from launching in Unreal

How to disable Steam VR Auto-Start when Unreal Engine Starts

  1. Go to engine folder: WhereverYourEngineIs\UE_4.xx\Engine\Plugins\Runtime\Steam\SteamVR\
  2. Inside that folder, open up "SteamVR.uplugin" file with notepad and set "EnabledByDefault" to false.
  3. TO BE TESTED: Also set the file to read only, since I found that it can be reset for some reason.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment