Skip to content

Not working in 2022.2.10 ? #35

Description

@SorenAndreasen

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();
..

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions