Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Question Overlapping UI when using nested Lists

Discussion in 'Editor & General Support' started by pcpeess, Apr 7, 2021.

  1. pcpeess

    pcpeess

    Joined:
    Apr 6, 2021
    Posts:
    1
    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!

    upload_2021-4-7_23-48-6.png
     
    t2g4 likes this.
  2. Kurt-Dekker

    Kurt-Dekker

    Joined:
    Mar 16, 2013
    Posts:
    37,184
    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.
     
  3. t2g4

    t2g4

    Joined:
    Nov 13, 2018
    Posts:
    46
  4. Kurt-Dekker

    Kurt-Dekker

    Joined:
    Mar 16, 2013
    Posts:
    37,184
    MrPapayaMan and t2g4 like this.
  5. t2g4

    t2g4

    Joined:
    Nov 13, 2018
    Posts:
    46
    Kurt-Dekker likes this.