engine
engine copied to clipboard
Prepare an 'ice' command to build assets.
This would introduce a new command (ex.: bake) that could be run at any point from the command line, resulting in compiling every asset that can be converted to the internal representation.
Currently the 'run' command can be used with an optional -s, --scenario argument.
This allows to define a custom set of tools to call to get a quick bake behaviour working.
This is done via the scenarios.json file in the workspace root.