dumpconsolecommands in the console.| Task | Console Command |
|---|---|
Prints the version info for the current device | vr.HMDVersion |
Enable or disable the HMD | vr.bEnableHMD [bool] |
Enable or disable Stereo mode | vr.bEnableStereo [bool] |
Change world units to meters scale | vr.WorldToMetersScale [float] |
Enable or disable the hidden-area mask | vr.HiddenAreaMask [bool] |
Set screen mode | vr.SpectatorScreenMode [0..5] where 0=Disabled, 1=SingleEye Letterboxed, 2=Undistorted, 3=Distorted, 4=SingleEye, 5=SingleEye Cropped |
Set tracking origin to floor or eye | vr.TrackingOrigin [floor/eye] |
Reset the position and orientation and apply yaw in degrees | vr.HeadTracking.Reset [yaw] |
Reset position only | vr.HeadTracking.ResetPosition |
Reset orientation only and apply yaw in degrees | vr.HeadTracking.ResetOrientation [yaw] |
Shows current head tracking status | vr.HeadTracking.Status |
| Task | Console Command |
|---|---|
vr.oculus.ShowToolWindow | |
Initiate a CPU stress test | vr.oculus.Stress.CPU [PerFrameTime [TotalTimeLimit]] |
Initiate a GPU stress test | vr.oculus.Stress.GPU [LoadMultiplier [TimeLimit]] |
Reset the stress tester and stop all currently running stress tests. | vr.oculus.Stress.Reset |
Note: Thevr.oculus.Stress.*commands are available on PC only. They are compiled out on Android (Meta Quest) and in Shipping builds, so they can only be used during development on a desktop target.
| Task | Console Command |
|---|---|
Set the composition to post-process, meaning the casting window includes the background and foreground view. | oculus.mr.ExternalCompositionPostProcess |
Override the parameters with the specified values. | oculus.mr.OverrideParameters [0,1] |
| Task | Parameter |
|---|---|
Enable Mixed Reality Capture on Windows | -mixedreality |
Force ExternalComposition mode for the MRC session | -externalcomposition |