blackears / cyclopsLevelBuilder

A Godot plugin to let you block in levels inside the Godot editor.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add autoload automatically when enabling the plugin

darkhog opened this issue · comments

EditorPlugin has this nifty method for adding an autoload automatically without the user's intervention: https://docs.godotengine.org/en/stable/classes/class_editorplugin.html#class-editorplugin-method-add-autoload-singleton

That is being done. Godot is ignoring it for reasons I do not understand.

Oh. May I take a look? Which file tries to add the autoload automatically? Perhaps I could fix it, just need to know how do you make PRs.

It's in res://addons/cyclops_level_builder/cyclops_level_builder.gd line 109. It's one of the first things the addon does when it loads.