blackears / cyclopsLevelBuilder

A Godot plugin to let you block in levels inside the Godot editor.
MIT License
1.09k stars 44 forks source link

this dosnt seam to work for 4.2 for me #118

Open tailsc opened 10 months ago

blackears commented 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.

JamesMWestbrook commented 9 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. Screenshot from 2024-01-22 22-07-06 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.

Calinou commented 6 months ago

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