title | has_children | nav_order |
---|---|---|
Solutions |
true |
1000 |
Disable the plugin:
- Open project folder.
- Edit
project.godot
- Erase lines in
[autoload]
section. - In
[editor_plugins]
section, emptyenabled
:
BeforeAfterenabled=PackedStringArray("res://addons/sooty_engine/plugin.cfg")
enabled=PackedStringArray()
Now try boot again and re-enable plugin.
After enabling the plugin, restart Godot.