I’d like to know if there’s a sane way to make the editor auto start SteamVR and use it for VR rendering while in editor.
I’m asking because I’m using Virtual Desktop, and making editor work through Virtual Desktop currently requires me to launch the editor through command line command.
Something along the lines of:
"C:\Program Files\Virtual Desktop Streamer\VirtualDesktop.Streamer.exe" "<UnityFolder>\2021.1.11f1\Editor\Unity.exe" -projectpath "\"<ProjectFolder>\VRTest\" -cloudEnvironment"
This way of starting it up is extremely cumbersome.
At the same time, Unreal Engine has no problem firing up SteamVR automatically (even with no HMD attached).
Can I replicate this behavior in unity?