1
NGUI 3 Support / Re: UIGrid add child with index
« on: August 13, 2014, 09:31:57 AM »
Thank you that led me to the right path. 
I ended up setting the names of the game objects in the grid in a systematical manner and used the built in sort alphabetical enum. calling Reposition() on the grid after I finish adding items.

I ended up setting the names of the game objects in the grid in a systematical manner and used the built in sort alphabetical enum. calling Reposition() on the grid after I finish adding items.
