So I’ve just focused on my gameplay coding to avoid this one, but it’s soon time to do it.
What I want to do is have around 200 clickable images load to the screen. I was considering using IMGUI to loop through it, but I don’t know how to operate it that well. Namely if I used an OnGUI script on a panel, would it only write the new gui on that panel? Also how would I get the OnGUI to go away?
If you don’t suggest OnGUI: How would you do it? Could it even be possibly easier to just go through and add all 200 manually on a scroll rect?