blackears / cyclopsLevelBuilder

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

Not compatible with Godot 4.1 #73

Closed beggarstudios closed 1 year ago

beggarstudios commented 1 year ago

Is it possible Cyclops Level Builder is not compatible with Godot 4.1? When I import the addon and try to create a block I get the following error:

res://addons/cyclops_level_builder/menu/editor_toolbar.gd:103 - Invalid call. Nonexistent function 'new' in base 'GDScript'.

beggarstudios commented 1 year ago

It would seem that calling Toolblock.new() is not the correct way to instantiate a Toolblock

blackears commented 1 year ago

I'm using Godot 4.1 for the current development version. I would expect that the older releases would work in 4.1 too. Which release are you using? Also, Godot can have issues when classes are moved or renamed. Sometimes closing and repoening the project will fix the error.

If you're still having problems, please post the full error message.

Hexadotz commented 1 year ago

Are you sure? It works well here

beggarstudios commented 1 year ago

Sorry for the late reply, maybe I made a mistake. I'll try it out asap

On Tue, Jul 11, 2023, 17:40 Hexadotz @.***> wrote:

Are you sure? It works well here

— Reply to this email directly, view it on GitHub https://github.com/blackears/cyclopsLevelBuilder/issues/73#issuecomment-1631058694, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHF75Y4DQP4ANGJ4M7R7UV3XPVXWPANCNFSM6AAAAAA2DLZ7DA . You are receiving this because you authored the thread.Message ID: @.***>

blackears commented 1 year ago

Closing. Please reopen if you are still having problems.