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
Operating system or device, Godot version, GPU Model and driver (if graphics related):
Debian 9, Godot v3.0.alpha.custom_build.2fce001
Issue description:
I cannot insert values in a dictionary in visual script. I have a variable called "bar" which is dictionary type, but when i open the variable properties, the section "Value" doesn't let me insert anything. So i decided to grab and place "foo" on the grid keeping the control button pressed and it doesn't work neither. I guess this is the right way to assign a value because a variable of an Array type i can do it in this way. Sorry the English.
Not critical for the upcoming 3.0 release, so moving to the next milestone. A fix can still be cherry-picked for 3.0.x maintenance releases once available in the master branch.
Operating system or device, Godot version, GPU Model and driver (if graphics related):
Debian 9, Godot v3.0.alpha.custom_build.2fce001
Issue description:
I cannot insert values in a dictionary in visual script. I have a variable called "bar" which is dictionary type, but when i open the variable properties, the section "Value" doesn't let me insert anything. So i decided to grab and place "foo" on the grid keeping the control button pressed and it doesn't work neither. I guess this is the right way to assign a value because a variable of an Array type i can do it in this way. Sorry the English.
Steps to reproduce:
Link to minimal example project:
dictionary.zip
The text was updated successfully, but these errors were encountered: