Skip to content

Releases: azixMcAze/Unity-SerializableDictionary

Version 1.2.0

17 May 18:49
Compare
Choose a tag to compare
Version 1.2.0 Pre-release
Pre-release

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

13 May 14:27
Compare
Choose a tag to compare

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

01 Mar 14:41
Compare
Choose a tag to compare

Fixed key comparisons for complex key types

Version 1.0.2

13 Jan 15:04
Compare
Choose a tag to compare

Support dictionaries inside arrays or dictionaries

Version 1.0.1 - Released on the asset store

24 Jul 15:02
Compare
Choose a tag to compare

Changed content hierarchy to publish on the asset store

Version 0.1 - First version

22 Jun 19:16
Compare
Choose a tag to compare
v0.1

Removed file from files to copy