You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have followed the instructions for creating a simple <String, String> SerializableDictionary - but no matter what I do, clicking on the "+" icon in the inspector to add a new key or value does absolutely nothing. this is my class:
[Serializable]
public class ssDict : SerializableDictionary<string, string> { }
and this is how i use it:
public class Character : MonoBehaviour
{
public ssDict NameStringDictionary = new ssDict();
..
The text was updated successfully, but these errors were encountered:
Just to clarify: Release version have this problem. if you actually clone repository, there be an updated version of PropertyDrawer, which works correctly.
I have followed the instructions for creating a simple <String, String> SerializableDictionary - but no matter what I do, clicking on the "+" icon in the inspector to add a new key or value does absolutely nothing. this is my class:
and this is how i use it:
The text was updated successfully, but these errors were encountered: