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
This is similar to #61188, but only happening on elements of array and dictionaries.
Elements of array/Dictionaries are not properly refreshed when using Paste value on them. The values do change internally but the inspector doesn't show the updated value until it is refreshed manually.
This might be related to the fact that the option to copy property path returns an empty string, but i'm not sure as i don't know how updating the property was implemented.
Steps to reproduce
export an array
Add two element to the array
Change the value of one of the array's element.
copy the value of the one you modified.
Paste the value on the second element. (here nothing visually changed)
click in the tree anywhere except on the node with the exported array then click again on the node (here you will see it has updated and the value was pasted and just not shown)
Minimal reproduction project
N/A
The text was updated successfully, but these errors were encountered:
Godot version
4.1.dev (4d5f10f)
System information
MacOS 13.1 M1 Pro
Issue description
This is similar to #61188, but only happening on elements of array and dictionaries.
Elements of array/Dictionaries are not properly refreshed when using Paste value on them. The values do change internally but the inspector doesn't show the updated value until it is refreshed manually.
This might be related to the fact that the option to copy property path returns an empty string, but i'm not sure as i don't know how updating the property was implemented.
Steps to reproduce
Minimal reproduction project
N/A
The text was updated successfully, but these errors were encountered: