Ever since the release of Unity3D 4.5 they changed the sorting of the GameObjects in the Hierarchy window to be based on the based on transform order instead of object’s name. Although I do see some some causes where sorting it by transform order might be useful, but generally I would prefer to find my GameObjects based on the name. In Unity3D 4.5, there’s no option anymore to sort it by name by default. You can use the search at the top of the hierarchy window, but it’s a pain in the ass in my opinion.
There’s actually a way to re-enable the alphanumerical sorting again. Simply download this little script (Unity3D-AlphaNumericSort) and place it in the Assets>Editor folder and you’re done! An option will appear in the hierarchy window where you can switch between sorting it by transform order or by name.
Source: http://forum.unity3d.com/threads/unity-4-5-new-hierarchy-window-sorting.248298/
Related Posts
November 7, 2011
[How] Premiere: Avi File; No Video, Only Audio
How to fix no video when importing AVI with Premiere
May 25, 2011
Away3D – Transparent Planes
August 11, 2017
[How] Parse.com Get Data as Multidimensional List in Unity3D C#
I recently found that you're able to save multidimensional data to Parse. Saving the data wasn't a problem though, but getting it back from a ParseObject took me a while before I finally got it working.
July 20, 2011
Useful WordPress Plugins
Useful Wordpress Plugins. My list of plugins that I'm currently using for my blog and that I would recommend to other Wordpress users.



