How do I organize hierarchy?

I hate its in alphabetical order. I seen some people talked about using empty game objects but I do not really trust that. Any other options?! I wish there was just a folder system!

Empty game objects behave more or less like folders. The only thing you have to be aware of is that the game objects below the empty one (the folder) are grouped, so any changes made to the transform of the folder object is transferred to the child objects.

However if you set all your empty objects to origin and do not intend to move it, there are no side effect and you can treat your empty objects just likeā€¦ folders. :slight_smile: