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
in editor it doesn't show enum key string but it does int instead
I thought it would show enum key string
when adding new key pairs it works fine but after that it shows int
Steps to reproduce
create 2 codes as follows as a resource first one I have autoload 2. one
and MP is node 2. one
class_nameEntityObjectextendsResource@exportvardict_transform_tool__results: Dictionary[Enums.Esprite, Variant] # it's Variant for now later it'll be Array[Enums.Esprite]
than go to the node MP add key pairs (works fine till now)
when added it shows number instead of .find_key(number)
Minimal reproduction project (MRP)
class_nameEntityObjectextendsResource@exportvardict_transform_tool__results: Dictionary[Enums.Esprite, Variant] # it's Variant for now later it'll be Array[Enums.Esprite]
The inspector part can be improved in the future. Currently, keys are displayed as string representations, which is not very convenient for viewing and editing.
I think we could replace string representations with editors:
Tested versions
Reproducible: 4.4-Dev2
System information
Linux manjaro
Issue description
in editor it doesn't show enum key string but it does int instead
I thought it would show enum key string
when adding new key pairs it works fine but after that it shows int
Steps to reproduce
and MP is node 2. one
Minimal reproduction project (MRP)
Bugsquad edit: Fix code block formatting.
The text was updated successfully, but these errors were encountered: