blackears / cyclopsLevelBuilder

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

Sometimes cannot find CyclopsSettings at runtime #166

Open ashelleyPurdue opened 1 month ago

ashelleyPurdue commented 1 month ago

Sometimes, when running a project with Cyclops installed(using the "play" button), Godot will fail to find the CyclopsSettings class. This doesn't happen all the time, though. I have no idea why.

image

And yes, I added the CyclopsAutoload singleton.

image