Command Line Arguments
Game Specific
-vrforce enables VR-novrforce disables VR-anyvrstop forcing SteamVR as the OpenXR runtime-noinitvr(unreleased branch as of writing) disables the game's custom VR initialization system (mainly added for debugging)
Engine Specific
-force-d3d11the game will render using Direct3D/DirectX 11-force-vulkanthe game will render using Vulkan-monitor Xthe game will render on monitor X-screen-fullscreen XreplaceXwith1for fullscreen and0for windowed-screen-width XreplaceXwith the width-screen-height XreplaceXwith the height-screen-quality XreplaceXwith one of the following-
- VeryLow
-
- Low
-
- Medium
-
- High
-
- VeryHigh
-
- Ultra
For more Engine Specific commands that might work, see Unity's Official Documentation