New
Unclaimed project
Are you a maintainer of Unity-SerializableDictionary? Claim this project to take control of your public changelog and roadmap.
Changelog
Serializable dictionary class for Unity
SerializableDictionary no longer inherits from Dictionary but implements IDictionary and all the interfaces implemented by Dictionary through composition Removed the need to declare a CustomPropertyDrawer for each SerializableDictionary subclasses