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

Remote view does't work with exported multi level dictionary #58583

Closed
git2013vb opened this issue Feb 27, 2022 · 2 comments
Closed

Remote view does't work with exported multi level dictionary #58583

git2013vb opened this issue Feb 27, 2022 · 2 comments

Comments

@git2013vb
Copy link

Godot version

v3.5.beta1.mono.official [b9b23d2]

System information

Debian 11

Issue description

I have several exports like this one :

[Export]
private Dictionary debug_game_data = new Dictionary();

Some have other nested Dictionary

When I try to inspect the nested ones the editor don't allow me to expand them.

I work in C#

Steps to reproduce

Export a multilevel Dictionary and try to inspect it in remote tab.

Minimal reproduction project

NA . Its a simple thing that can be done in any C# project without impact to any existing code :)

@Calinou
Copy link
Member

Calinou commented Feb 27, 2022

Duplicate of #25375.

@git2013vb
Copy link
Author

Sorry ,
I missed it :)

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