blackears / cyclopsLevelBuilder

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

Cyclops Level Builder 1.0.2 error on Godot 4.2.1 #135

Closed Vityy closed 3 months ago

Vityy commented 3 months ago

Hi,

I keep on getting those 3 errors everytime I open my project with Cyclops installed, I followed the enabling process on the github page, tried importing from the ZIP AND the source file and it's always the same

res://addons/cyclops_level_builder/snapping/snapping_system_grid_properties_editor.gd:46 - Invalid set index 'value' (on base: 'PanelContainer (NumbericLineEdit)') with value of type 'float'. res://addons/cyclops_level_builder/snapping/snapping_system_grid_properties_editor.gd:46 - Invalid set index 'value' (on base: 'PanelContainer (NumbericLineEdit)') with value of type 'float'. res://addons/cyclops_level_builder/tools/tool_block_settings_editor.gd:42 - Invalid set index 'disabled' (on base: 'PanelContainer (NumbericLineEdit)') with value of type 'bool'. res://addons/cyclops_level_builder/controls/vector3_edit.gd:28 - Invalid set index 'value' (on base: 'PanelContainer (NumbericLineEdit)') with value of type 'float'.

The third error happens every frame so it's kind of annoying and disrupts my workflow, could someone help me on this one please?

blackears commented 3 months ago

That code has changed. If you check out the development build, does it still happen?

Vityy commented 3 months ago

I juste tried to clone the git repo and try the "master" branch version and it seems that the error message is gone. Thank you for the fast answer :)

blackears commented 3 months ago

Glad it's working!