Publisher | Rotary Heart |
---|---|
File size | 250.41kB |
Number of files | 33 |
Latest version | 3.3.9 |
Latest release date | 2022-12-12 10:35:48 |
First release date | 2020-05-07 01:53:10 |
Supported Unity versions | 2018.4.2 or higher |
Forum Link | Web Page | Wiki
Easy to use and friendly system that allows to make serializable dictionaries. The only limitation that it has is that the data must be Unity serializable.
Now with 6 data structures to allow full usage with the same editor inspector:
- Dictionary
- HashSet
- Ordered Dictionary
- Sorted Dictionary
- Bi-directional dictionary
- LinkedList
V3 has many modifications made to the system to allow for better data management with less than half of the memory usage of V2. It has also being heavily modified to allow the data to be Json serialization ready and to remove the need to use reflection for Object key usages. This has allowed to completely remove the need for the reqReference field on V2.
Works on any version of Unity