UnitySerializedDictionary icon indicating copy to clipboard operation
UnitySerializedDictionary copied to clipboard

Serialized and drawed in editor Dictionary

Results 2 UnitySerializedDictionary issues
Sort by recently updated
recently updated
newest added

1. Created a `public class UDictionaryStringColor : UDictionary` following the provided code example. 2. Created a ScriptableObject class that has a `UDictionaryStringColor` field. 3. Objects works and stores values without...