blackears / cyclopsLevelBuilder

A Godot plugin to let you block in levels inside the Godot editor.
MIT License
920 stars 36 forks source link

Unable to load cyclops_level.builder.gd #172

Open Overhaul66 opened 1 month ago

Overhaul66 commented 1 month ago

Unable to load addon script from path: 'res://addons/cyclops_level_builder/cyclops_level_builder.gd'. This might be due to a code error in that script. Disabling the addon at 'res://addons/cyclops_level_builder/plugin.cfg' to prevent further errors. on v4.2.1.stable.official [b09f793f5]

blackears commented 1 month ago

Did you follow the installation instructions from the main page? Did you make sure to set the CyclopsAutoload and then reload the project?

https://github.com/blackears/cyclopsLevelBuilder

If you're still having errors, try installing just the addon part in a new empty project and see if you still get the error.

Overhaul66 commented 1 month ago

yes i did follow the instructions, okay i will do that

Overhaul66 commented 1 month ago

Is working now, but why cant I add it to my project instead?

blackears commented 1 month ago

You should be able to unless there is some sort of name conflict. Also be sure to name to autoload CyclopsAutoload. That's a step a lot of people seem to miss.

I'm hoping to get rid of the Autoload in version 1.0.5, but that's likely a few months away.