Unity-SerializableDictionary
Unity-SerializableDictionary copied to clipboard
Key "data" already in dictionary in GetPropertyValueGeneric method with [HideInInspector]
Hi, I'm posting this issue which happens when we have a the [HideInInspector] attribute on one field. I think i just solved the problem by replacing all references of property.Next() by property.NextVisible()
it seems to work by now. We'll see in the long run