Skip to content

Command line arguments

tana edited this page Nov 21, 2020 · 1 revision

Command line arguments

Format

Mondeto.exe [OPTIONS] [SIGNALING_SERVER_URL]

Options

--scene SCENE_FILE

Load the specified YAML scene description file instead of default scene. Effective in server mode only.

-batchmode -nographics

Launch without window or graphics. You can use this for running Mondeto as a dedicated server.

These are standard command line option implemented by Unity. See the "Unity Standalone Player command line arguments" section of Unity document.

Examples

Mondeto.exe -batchmode -nographics --scene foo/bar/scene.yml wss://signaling-server/abcdef

  • Launch as a dedicated server (no user interface), use scene file foo/bar/scene.yml, use signaling server URL wss://signaling-server/abcdef

Clone this wiki locally