I have a problem.
I have written a script and create a list in the inspector.
Element 0 always other texts.
All other items are already fine.
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;