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
Describe the bug
Just updated from Pandora alpha 6 to alpha 9.
In String Array properties, every value is treated as a Color.
To Reproduce
Steps to reproduce the behavior:
Create a new category with an array property.
Add any value, for example "1".
Try to save, you will get an error "Invalid color name: 1." If you use Color names as values, you will not get this error, but you will get the next ones.
Reload the project.
Try and edit the array values, you will get another error: "Pandora error: value (0, 0, 0, 1) is incompatible with type <RefCounted#-9223370148864261134>" and the value 1 will be lost.
When closing the Array manager window, you will get the following error: "res://addons/pandora/ui/components/array_editor/array_manager.gd:49 - Invalid operands 'Color' and 'String' in operator '=='.".
Expected behavior
Working array properties as in alpha 6.
Desktop (please complete the following information):
OS: Windows
Browser: no
Version: alpha 9
Additional context
This also modified my existing pandora.data file, changing every array.
Edit
On further investigation, the issue seems to be with the String type, since the bool, int, float and vector2 types work correctly.
The text was updated successfully, but these errors were encountered:
Godot version: 4.3.stable, 4.4.dev4
Describe the bug
Just updated from Pandora alpha 6 to alpha 9.
In String Array properties, every value is treated as a Color.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Working array properties as in alpha 6.
Desktop (please complete the following information):
Additional context
This also modified my existing pandora.data file, changing every array.
Edit
On further investigation, the issue seems to be with the String type, since the bool, int, float and vector2 types work correctly.
The text was updated successfully, but these errors were encountered: