cyclopsLevelBuilder icon indicating copy to clipboard operation
cyclopsLevelBuilder copied to clipboard

this dosnt seam to work for 4.2 for me

Open FourGames opened this issue 2 years ago • 3 comments

FourGames avatar Jan 07 '24 17:01 FourGames

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.

blackears avatar Jan 07 '24 17:01 blackears

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.

JamesMWestbrook avatar Jan 23 '24 04:01 JamesMWestbrook

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

Calinou avatar Apr 21 '24 13:04 Calinou