WonderlandEditor CLI
To allow packaging project on Continuous Integration and to allow developers a even more efficient workflow, the Wonderland Editor provides a Command Line Interface (CLI).
WonderlandEditor
The main WonderlandEditor executable contains UI as well as CLI functionality.
It is located in the bin/
folder of your installation.
CLI Arguments
|
|
Examples
Here are some useful commands to automate some workflows:
Package Your Project via CLI
|
|
Coding Without the Editor
|
|
Convert a Scene To Streamable .bin
To convert a scene file (e.g. a GLTF file) into a streamable .bin file,
create an empty project Streamable.wlp
and enable Views > Project Settings > packageForStreaming
.
Now you can use the following command to convert a GLTF file:
On windows, use move
instead of mv
.