Skip to content

Custom Runner Integration

kobewi edited this page Feb 14, 2024 · 1 revision

Custom Runner is an addon that allows to quickly jump into the in-game rooms from the editor.

The sample project comes with an integration for that plugin, which you can copy to your project. The implementation is in CustomRunnerIntegration folder of sample project. Check CustomStart.tscn to see how you can implement it in your project. Note that the folder is not visible in the engine.

Integrating with Your Project

After you install Custom Runner addon in your project, replace the Config.gd in addons/CustomRunner with the config found in CustomRunnerIntegration folder of MetSys sample project. Then you need to customize CustomStart.tscn to work for your project.

Clone this wiki locally