Releases: azixMcAze/Unity-SerializableDictionary
Releases · azixMcAze/Unity-SerializableDictionary
Version 1.2.0
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
Version 1.1.0
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
Version 1.0.3
Fixed key comparisons for complex key types
Version 1.0.2
Support dictionaries inside arrays or dictionaries
Version 1.0.1 - Released on the asset store
Changed content hierarchy to publish on the asset store
Version 0.1 - First version
v0.1 Removed file from files to copy