-
Notifications
You must be signed in to change notification settings - Fork 133
Deploying
tobspr edited this page Apr 23, 2016
·
3 revisions
There are certain things you want to do before deploying your game with the render pipeline.
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.
Rendering Pipeline by tobspr (c) 2014 - 2016
For developers: