Unity-SerializableDictionary icon indicating copy to clipboard operation
Unity-SerializableDictionary copied to clipboard

Key "data" already in dictionary in GetPropertyValueGeneric method with [HideInInspector]

Open sachapierot opened this issue 4 years ago • 0 comments

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

sachapierot avatar Nov 09 '21 12:11 sachapierot