Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inspector UI bug. Can't handle nested dictionary #38842

Closed
tanjunior opened this issue May 18, 2020 · 1 comment
Closed

Inspector UI bug. Can't handle nested dictionary #38842

tanjunior opened this issue May 18, 2020 · 1 comment

Comments

@tanjunior
Copy link

tanjunior commented May 18, 2020

Godot version:
3.2.1
OS/device including version:
win10home 1909
Issue description:
UI bug at Inspector in remote scene view
Steps to reproduce:
create a new project
add a node
attach script
add a nested dictionary
var myDict : Dictionary = { "layer1" : { "layer2" : { "layer3" : { "key" : "value" } } } }
run the game/scene
select the remote tab under Scene
choose the node that you have created
open up myDict in Inspector

video

@Calinou
Copy link
Member

Calinou commented May 18, 2020

Duplicate of #25375.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants