Skip to content

Deploying

tobspr edited this page Apr 23, 2016 · 3 revisions

Deploying the pipeline

There are certain things you want to do before deploying your game with the render pipeline.

Removing the debugger

If you deploy your game, you most likely don't want to display the debugger overlay provided by the pipeline. You can disable this in config/pipeline.yaml by changing the variable display_debugger to false.

Notice: When the debugger is disabled, most of the hotkeys cannot be used anymore, and you can't change time of day or plugin settings dynamically anymore. This option is really just provided for releasing your game.