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

Feature Request: Serializable Dictionary #221

Open
AylanJ123 opened this issue Dec 23, 2022 · 1 comment
Open

Feature Request: Serializable Dictionary #221

AylanJ123 opened this issue Dec 23, 2022 · 1 comment

Comments

@AylanJ123
Copy link

I've tried doing it myself as a hobby but failed miserably because I don't know enough about drawing in the inspector. I think more than one person has atempted to expose a Dictionary and realized is not possible by default on Unity.

@Deadcows
Copy link
Owner

Deadcows commented Dec 25, 2022

Oh my friend, I feel your pain. It is indeed really not trivial thing to do. There are a few solutions out there, like this one. You may want to try it out.
I just wanted to do something on my own instead of grabbing someones solution but eventually it just sunk in my enormous todo list.
Note, that I actually have a Serialized Dictionary in MyBox called MyDictionary but it was made to serialize data for editor tools and not to show it in inspector.

Will keep this issue alive just to hinge me in this direction some day, but not anytime soon

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

No branches or pull requests

2 participants