1
NGUI 3 Support / Re: Fix for Numeric Sorting of UIGrid / UITable Objects
« on: May 27, 2015, 03:12:16 PM »
I had tried adding the zeros but it wasn't reliably working. It would often group them like this:
001
010
011
002
020
003
030
I saw the same behavior with this too:
001
0010
0011
002
0020
0021
Etc.
I'm pretty certain this DID work in the past though, so I was a little surprised that it didn't now. However, I'm also running Unity 5, and I remember it working in Unity 4. So perhaps this is specifically a Unity 5 related issue.
001
010
011
002
020
003
030
I saw the same behavior with this too:
001
0010
0011
002
0020
0021
Etc.
I'm pretty certain this DID work in the past though, so I was a little surprised that it didn't now. However, I'm also running Unity 5, and I remember it working in Unity 4. So perhaps this is specifically a Unity 5 related issue.