Note that the
ordering of Children is not guaranteed, especially with regards to networking.
Do not write code which relies on this method being the same order on different clients. If you need to keep track of the proper order of some GameObjects, use something like a NetList<GameObject> property managed by one client.