
Finally a way to serialise your queues, stacks, priority queues, tuples , dictionaries and more!Unity has been lacking support for serialising many kinds of collections. The biggest struggle with this is that you can't view them in the inspector and see what is going on.This is the Full Pack of the serialisable collections asset. After purchasing, you will gain access to serialisable hash sets, dictionaries, as well as priority queues and binary search trees that Unity has been lacking native support for, along with all features in the free asset including serialisable queues, stacks and tuples, etc.Each collection have a clean and simple editor interface implemented in the inspector. Nested data is allowed, just make sure the data is serialisable as well.As a bonus, some extension methods about randomisation are added to the generic list. You can now easily shuffle the list, or obtain one/multiple random items from the list.*Generic lists should be wrapped in a wrapper class if you want to store them in the serialised collections. A built-in wrapper ListWrapper<> is available for this.Documentation -- Example scene includedIf you have any problems or suggestions, feel free to contact me via:Email: heinokchow314@gmail.comGithub: https://github.com/The-best-cat/Unity_asset-Serialised_data_structuresFeatures current working or planning to work on:To JsonSerialisable InterfaceSerialisable data structure including queue, stack, priority queue, tuple, hash set, dictionaries and binary search treeClean and simple editor interface for each serialised data structureBuilt-in inverse comparer that inverts the result of a comparerMore extension methods on the generic list and comparer