Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - imtrobin

Pages: [1]
1
NGUI 3 Support / Re: UIRoot Scale
« on: February 09, 2015, 05:29:03 AM »
I'm trying to get rid of UIRoot, but I found the scrollview code is doing a

 mRoot = NGUITools.FindInParents<UIRoot>(mParent)FindInParents

2
NGUI 3 Support / Re: DestroyImmediate Bug
« on: July 09, 2014, 12:23:37 PM »
I'm surprised I have to do this workaround. Daikon Forge can do it without needing this kind of hack. I don't know NGUI architecture well enough but can't it do a delayed destruction internally instead using OnDestroy and check Application is quitting like so

http://forum.unity3d.com/threads/possible-to-bypass-ondisable-on-application-quit.29594/

Pages: [1]