Unity-SerializableDictionary
Unity-SerializableDictionary copied to clipboard
having a dictionary, even folded slows down the inspector
which is weird because property.isExpanded==false bypasses draw i wonder if instead of being a draw issue it's not an overserialization issue: it's constantly writing to the serializer even when a value isn't changed?