Overlapping text in the inspector

I have a problem.
I have written a script and create a list in the inspector.
Element 0 always 197167-jeden.png other texts.
All other items are already fine.

197168-dwa.png

That’s odd.

Hard to tell without seeing your code, but I think there’s a problem in your code just before you iterate through your Pooling List.

A few ideas :

  • a GUILayout.BeginHorizontal() or Vertical that wasn’t closed
  • a background color that was set to Color.Clear (transparency)

I don’t use GUILayout.
Only this:
public ObjectPoolingList ObjectPoolingLists;