Hi all,
Last week it could showing fine, but from tomorrow I couldn’t view my List in Inscpector.
This is my test code
public List<int> testIntList;
public List<string> testStringList;
public List<GameObject> testObjectList;
And this is slowing in Unity 2021.1.26f Editor
But in Unity 2020.3.15f it can showing with no problem
If I change view mode in Unity 2021.1.26f from Normal to Debug
It will become ok