Overlapping UI when using nested Lists

Hi everyone,

I am currently having trouble displaying custom classes in the editor which contain lists that are nested in each other. As you can see in the attached screenshot, the Inspector UI is overlapping, causing me to be unable to work with the values in the editor. I am not using any custom editor scripts. The Unity version is 2021.1.1f1.
Is there any way I can make this work without using custom editors? If not, could you suggest an approach for designing a good custom editor class that can easily be edited later on?

Thanks in advance!

1 Like

I’ve seen the package manager have flow issues like this and seen people get happiness by updating video drivers, although I don’t know that this is the same issue.

If it is a legit bug, you should make a blank project with just enough code to show the error off and file the bug because Unity really does fix their UI bugs.

August 2022, still not fixed =(

Are you sure?

and if it’s actually not, here is a broken inspector arrays workaround:

2 Likes

:hushed:
My bad.
I used 2021.3.4 and didn’t notice that I was using an outdated version. In the latest version at the day 2021.3.7 the problem is solved indeed.
Thank you for pointing it out!

1 Like