JDSherbert / Unity-Serializable-Dictionary

Custom C# Dictionary implementation, serializable by the Unity inspector.
https://linktr.ee/JDSherbert
MIT License
10 stars 2 forks source link

Doesn't work in 2022.3.20f1 #1

Closed Minoqi closed 4 months ago

Minoqi commented 4 months ago

Hello! This is a super cool tool however doesn't seem to work, at least in this version of unity. I believe the issue is with the key and value not appearing right next to each other, but instead as separate lists. So when you go to add a key it won't let you since the values don't match.

[SerializeField] private SerializableDictionary<string, SpriteAnimationSO> animationsTest = new();

image

JDSherbert commented 4 months ago

Noted! I'll take a look into this 🍡