-
Notifications
You must be signed in to change notification settings - Fork 40
Closed
Description
I tried using a SerializableDictionary with ScriptableObjectItems as keys
Unfortunately, this causes GetHashCode to be called in the serialization thread, which sometimes updates the guid, which calls setdirty, which is illegal in the serialization thread.
Is there any specific reason why this was needed? Don't the normal reference equality work just fine ?
Metadata
Metadata
Assignees
Labels
No labels