Serialised Collections - Unity
A downloadable tool
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 keep track of what is going on.
This tool provides support for serialisable queues, stacks, tuples, hash sets, dictionaries, as well as priority queues that Unity has been lacking native support for as well.
Each have a clean and simple editor interface implemented. Nested data is allowed, just make sure the data is serialisable.
*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 included
If you have any problems or suggestions, feel free to contact me via:
Email: heinokchow314@gmail.com
Github: https://github.com/The-best-cat/Unity_asset-Serialised_data_structures
Might work or is working on:
- Full Json Serialisation Support
Published | 3 days ago |
Status | Released |
Category | Tool |
Author | Black Cat |
Tags | collections, dictionary, queue, serialization, serialized, stack |
Download
Click download now to get access to the following files:
Leave a comment
Log in with itch.io to leave a comment.