You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i try installing the addon (following the instructions on here with setting up the autoload and everything) after creating a CyclopsBlocks node and selecting it, the ui at the top doesnt show up at all and the console prints these errors
these two lines appear on installation
res://addons/cyclops_level_builder/snapping/snapping_system_grid.gd:63 - Invalid set index 'tool' (on base: 'PanelContainer (SnappingSystemGridPropertiesEditor)') with value of type 'Resource (SnappingSystemGrid)'.
res://addons/cyclops_level_builder/snapping/snapping_system_grid.gd:63 - Invalid set index 'tool' (on base: 'PanelContainer (SnappingSystemGridPropertiesEditor)') with value of type 'Resource (SnappingSystemGrid)'.
then (and after restarting Godot and trying again) it prints
`Create Node`
and then
res://addons/cyclops_level_builder/tools/cyclops_tool.gd:110 - Invalid get index 'global_transform' (on base: 'Nil').
res://addons/cyclops_level_builder/tools/tool_block.gd:112 - Trying to assign value of type 'Nil' to a variable of type 'Vector3'.
repeating infinitely for as long as i drag the mouse around
The text was updated successfully, but these errors were encountered:
You're using the old CyclopsBlocks node. This has been deprecated and will be removed in the future. Instead, you need to create a CyclopsBlock. Or you can click on the Cyclops tab in the bottom window to open a panel that has a button that will set everything up for you. You can also click the Upgrade CyclopsBlocks button in the toolbar.
When i try installing the addon (following the instructions on here with setting up the autoload and everything) after creating a CyclopsBlocks node and selecting it, the ui at the top doesnt show up at all and the console prints these errors
these two lines appear on installation
then (and after restarting Godot and trying again) it prints
and then
repeating infinitely for as long as i drag the mouse around
The text was updated successfully, but these errors were encountered: