Bewildered-Core
Bewildered-Core copied to clipboard
Common use data types, and utilities for Unity that are high-quality and feel like a native part of Unity
https://github.com/MechWarrior99/Bewildered-Core/blob/974f1e4abd535e66d962bbe9911bde44fae310ca/Editor/Extentions/SerializedPropertyValueExtensions.cs#L40C48-L40C48 "**denstroyed**" Sorry for submitting that small thing 👯♂️
I have encountered an issue when attempting to use a nested UDictionary of the following type: `public UDictionary posturesForType;` It seems that the inner UDictionary is being copied whenever a...
We want to restrict the dictionary's key and value types as follows: Key: - needs to be serializable by Unity. - cannot be a type derived (directly or indirectly) from...