XR Engine command line parameters
- Last UpdatedDec 04, 2023
- 1 minute read
The following command line parameters are supported by all the Runtime Components that are based on XR Engine, such as XR Viewer and XR Instructor.
|
Parameter |
Example |
Description |
|---|---|---|
|
-config |
-config config_oculus.xml |
Specifies a different Application configuration file to load instead of default config.xml. |
|
-configuration |
-configuration Gamedata\configurations\player_7.xml |
Specifies a project configuration to load. |
|
-license |
-license licenseNEW.mwpl |
Specifies a different mwpl license type to load instead of standard license.mwpl. |
|
-param |
-param License.type XR_STUDIO |
Enables you to override a single Application configuration file value. It can be repeated to customize different parameters. |
Example of usage
XRViewer.exe -config config_oculus.xml -configuration Gamedata\configuration\player_2.xml