Skip to content

Instantly share code, notes, and snippets.

View made-indrayana's full-sized avatar
:octocat:
curious

Made Indrayana made-indrayana

:octocat:
curious
View GitHub Profile
@made-indrayana
made-indrayana / DisableSteamVRUnreal.md
Created May 13, 2021 13:41
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.