Thanks for the awesome project! But I got some problems while using the dictionary with a list of value.
- Unity version: 2020.3.12f1
- Sample Code:
public class Foo : MonoBehaviour
{
[Serializable]
public class StringListStorage : SerializableDictionary.Storage<List<string>> {}
[Serializable]
public class IntStringDictionary :
SerializableDictionary<int, List<string>, StringListStorage> {}
[SerializeField]
private IntStringDictionary _dictionary;
}
- Screenshot:

The value of the key is shown when the mouse hovers on the title:

And the list of values cannot be folded/unfloded by clicking the arrow.
Thanks for the awesome project! But I got some problems while using the dictionary with a list of value.
The value of the key is shown when the mouse hovers on the title:
And the list of values cannot be folded/unfloded by clicking the arrow.