Cannot show List in Unity 2021 Editor Inspector

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
7603150--943879--1.jpg
But in Unity 2020.3.15f it can showing with no problem
7603150--943882--2.jpg
If I change view mode in Unity 2021.1.26f from Normal to Debug
7603150--943885--3.jpg
It will become ok
7603150--943888--4.jpg

How can I fix this bug?
Thanks

1 Like

I have the same issue on my side. Did you fix it, and if yes how did you fix it? Thanks!

More info: this error comes from NaughtyAttributes, and only happens on a second (or more) screen.
The issue can be tracked here: https://github.com/dbrizov/NaughtyAttributes/issues/281

1 Like

Looks like I have the same problem. Also only on an external monitor.