Unity SerializableDictionary Versions Save

Serializable dictionary class for Unity

v1.2.0

5 years ago

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

v1.1.0

5 years ago

Improved display in the inspector of complex types as dictionary key or value. Types that can be expanded (such as an array or a quaternion) are displayed at full width when used as value Added support for dictionaries of lists or arrays Added quickstart examples in the documentation Improved key comparison

v1.0.3

6 years ago

Fixed key comparisons for complex key types

v1.0.2

6 years ago

Support dictionaries inside arrays or dictionaries

v1.0.1

6 years ago

Changed content hierarchy to publish on the asset store

v0.1

6 years ago