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 inspecting remote nodes with a dictionary type member, the inspector shows the dictionary incorrectly. The values for objects are shown as a large integer (likely related to the Object ID). These integers can't be further inspected, and trying to click on it throws warnings in the inspector stating that the number is too large.
This was checked in 4.2.2 and worked fine.
Steps to reproduce
Create a script inheriting from node so it can become a remote instance.
Define a variable as a dictionary.
At any point in the code, add an instance of an object to the dictionary under any key.
Run and inspect the remote node member. Trying to inspect the properties of the object instance will be impossible.
Inspector does not show the object properly in 4.3.beta2
The good old days
NOTE: This works in 4.3.beta2 just fine for other types, just not objects.
Tested versions
System information
Windows 10.0.22621 - Vulkan (Forward+) - integrated Intel(R) Iris(R) Xe Graphics (Intel Corporation; 31.0.101.4575) - 12th Gen Intel(R) Core(TM) i5-1235U (12 Threads)
Issue description
Just a small beta bug.
When inspecting remote nodes with a dictionary type member, the inspector shows the dictionary incorrectly. The values for objects are shown as a large integer (likely related to the Object ID). These integers can't be further inspected, and trying to click on it throws warnings in the inspector stating that the number is too large.
This was checked in 4.2.2 and worked fine.
Steps to reproduce
Inspector does not show the object properly in 4.3.beta2
The good old days
NOTE: This works in 4.3.beta2 just fine for other types, just not objects.
Minimal reproduction project (MRP)
MRP: RemoteDictionaryBug4.3.beta2.zip
The text was updated successfully, but these errors were encountered: