UIElements Tutorial for Unity: Getting Started | raywenderlich.com

In this Unity tutorial, you’ll learn how to use Unity’s UIElements to create complex, flexible editor windows and tools to add to your development pipeline.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/6452218-uielements-tutorial-for-unity-getting-started

Hi, ty for the nice tutorial, but it seems that “Populating the List View” doesn’t seem to work in 2020.2.

I tested by trying to follow the tutorial, but also by trying the completed project you shared. It seems like listView.Insert() isn’t doing anything. Am I doing something wrong?

I have the exact problem - on 2021.2. It’s a great tutorial, but something has changed, and I can’t figure out what.

Had the same issue and the fix is to replace the ListView to a ScrollView.
Hope this would help!
Nice tutorial and thank you.