1
NGUI 3 Support / Re: Grid reposition problems on dynamic menu
« on: May 14, 2014, 06:25:45 PM »
It seemed that i need tried adding things to a grid/scrollview BEFORE its first start.
Making the function adding the items a coroutine and putting a yield before the reposition command, fixed my issue
Now i do have a quick question, why does the grid init on start, not on OnEnabled?
Making the function adding the items a coroutine and putting a yield before the reposition command, fixed my issue
Now i do have a quick question, why does the grid init on start, not on OnEnabled?
