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 just added a SerializableDictionary field: [SerializeField] SerializableDictionary<int,int> connectedSides;
But it doesn't work.
The Unity Editor version:2022.3.20f1c1 .
I just added a SerializableDictionary field:
[SerializeField] SerializableDictionary<int,int> connectedSides;But it doesn't work.
The Unity Editor version:2022.3.20f1c1 .