Hi there!
I'm working on a level editor for our game Distance and I'm trying to figure out the best way to make a hierarchy menu in NGUI like the one built into Unity. Our levels are made up of level layers that hold the gameobjects in the level. Currently I am using a UITable of layer UITables of Buttons to all of the gameobjects. It currently runs very slowly, it basically locks up the game if I try to use that menu. Our levels can hold many objects in them (over 1000) and I'm trying to figure out the best way to organize that many buttons without performance issues.
I've attached pictures of the Unity hierarchy menu and the hierarchy menu that is currently in our level editor. Really I'm just looking for any suggestions or advice on how to do a menu like that in NGUI.
Thanks so much for any advice or help
