Hi guys.
Which is the GUI control for the editor which allows me to select an object in a list like it’s done in the hierarchy? I searched the script ref but didn’t find anything suitable…
Any help?
Cheers!
Hi guys.
Which is the GUI control for the editor which allows me to select an object in a list like it’s done in the hierarchy? I searched the script ref but didn’t find anything suitable…
Any help?
Cheers!
Does a TextField without the optional label do what you need?
I think it could be a gui window with scrollable area and Selection grid inside it. I’ve done almost the same gui for my 3d map editor “game” to display all objects and user can click on any of them to preview the model of that object and then add to the map. Although I’ve used buttons instead of selection grid, so when you click on one of them it doesn’t stay selected like in that picture you show but comes off right away so I assume that using Selection grid would be better.