-
Notifications
You must be signed in to change notification settings - Fork 0
Command line arguments
tana edited this page Nov 21, 2020
·
1 revision
Mondeto.exe [OPTIONS] [SIGNALING_SERVER_URL]
Load the specified YAML scene description file instead of default scene. Effective in server mode only.
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.
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 URLwss://signaling-server/abcdef