Quantcast
Channel: Answers for "How unity arrange an Object's child ?"
Browsing latest articles
Browse All 10 View Live

Answer by Paulius-Liekis

You shouldn't not rely on order of children. Unity doesn't give any guarantees about that order.

View Article



Answer by Kryptos

At runtime (as well as in the hierarchy view), child objects are sorted by name. This is a side effect of the Transform.Find() method that needs a heuristic (alphabetic-order) to be efficient. I'm...

View Article

Answer by funfair

it's actually not the matter of my code, im just wondering about this, and i believe they are putting in a array list right after they are create or put in to a parent, if you rename it when it already...

View Article

Answer by Matfrog2000

To solve this problem, you just have to drag all the childs out of their parent and drag them back inside the parent in the order you want it to be. After that they all will be in the correct order...

View Article

Answer by AShim-3D

Util than allow you to sort children by name https://gist.github.com/AShim3D/d76e2026c5655b3b34e2

View Article

Browsing latest articles
Browse All 10 View Live




Latest Images