Open tailsc opened 10 months ago
If you're doing a new install, it can be tricky. I'm putting together a video about it. You need to make sure that cyclops_global_scene.tscn has been added to the Autoloads as CyclopsAutoload for the plugin to work. Otherwise a lot of classes which depend on it won't work properly.
This specifically happened to me. After days of using this plugin it suddenly stopped working and I had to add this manually, and reload any scenes i had made. On launch it would say there is an issue with the gd file, and it mentions and issue with there being no such thing as CyclopsAutoload.
and it mentions and issue with there being no such thing as CyclopsAutoload.
See installation instructions: https://github.com/blackears/cyclopsLevelBuilder?tab=readme-ov-file#installation
The autoload step could likely be automated in the future: https://github.com/blackears/cyclopsLevelBuilder/issues/121
If you're doing a new install, it can be tricky. I'm putting together a video about it. You need to make sure that cyclops_global_scene.tscn has been added to the Autoloads as CyclopsAutoload for the plugin to work. Otherwise a lot of classes which depend on it won't work properly.