1
NGUI 3 Support / Re: Nicki's Depth Management Tool
« on: January 05, 2014, 10:39:00 PM »
not working in 3.0.8 f5?
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.
Are you on a Mac? Menus in Unity are bugged on OSX. Everything is disabled if separators are used. Maybe something else is still glitchy?
In regards to the scroll view, if you see disappearing items, it may be related to the Mesh.RecalculateBounds check. In UIDrawCall, line 435:Remove the 'if' statement so that it's just:
if (mClipping != Clipping.None) mMesh.RecalculateBounds();Does that resolve your issue?
mMesh.RecalculateBounds();
I'm using it in 3.0.6 right now, and I'm not seeing this problem..
Are you using the new one from http://www.tasharen.com/forum/index.php?action=dlattach;topic=6166.0;attach=2804 ?
Scroll view script comes with a panel, so not quite sure what you mean there.
Are you sure you've got the latest version? The disappearing item thing was fixed, I think it was only a bug in f1 and earlier.
I'm using it in 3.0.6 right now, and I'm not seeing this problem..
Are you using the new one from http://www.tasharen.com/forum/index.php?action=dlattach;topic=6166.0;attach=2804 ?