[SOLVED] Correct way to reorder child entities?

You can sort the children of the parent directly using standard Javascript Array.prototype.sort().

I made a small project to give example:
https://playcanvas.com/project/666365/overview/forum-sort-children

2 Likes