Unity-SerializableDictionary
Unity-SerializableDictionary copied to clipboard
Provide default implementations for common key/value pairs
I would love to have some default dictionary subclasses for one or more of the following key/value combinations:
string => string
string => int
string => Color
I'm also willed to do this myself and open a pull request.