Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working in 2022.2.10 ? #35

Open
SorenAndreasen opened this issue Apr 26, 2023 · 3 comments
Open

Not working in 2022.2.10 ? #35

SorenAndreasen opened this issue Apr 26, 2023 · 3 comments

Comments

@SorenAndreasen
Copy link

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();
..
@emredesu
Copy link

emredesu commented Jun 28, 2023

Same issue in 2021.3.7f1, first tried in a <string, GameObject> dict, then a <string, string> dict, the issue persisted.

@silviugeorgian77
Copy link

Have you copied the file from the Editor folder as well?
https://github.com/azixMcAze/Unity-SerializableDictionary/tree/master/Assets/SerializableDictionary/Editor

@OlegDzhuraev
Copy link

OlegDzhuraev commented Nov 5, 2024

Just to clarify: Release version have this problem. if you actually clone repository, there be an updated version of PropertyDrawer, which works correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants