blackears / cyclopsLevelBuilder

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

Compile/Parse errors, missing classes #115

Closed panmaro closed 10 months ago

panmaro commented 10 months ago

Hello, I wanted to try this plugin out, but I couldn't becasue of errors. Here are my observations:

blackears commented 10 months ago

Have you tried closing Godot and opening it again? Godot does not always compile things correctly when you first open them and you need to restart the editor to get it to work.

Other than that, if you have a class named something that conflicts with Cyclops, that can also cause issues. Try adding Cyclops to a new, empty scene and see if that loads properly (when you open the project the second time).

panmaro commented 10 months ago

I tried according to your description. It seems that Godot must be restarted after enabling the plugin. Now works fine. Thanks!