I have a group contains 10 mesh,[m1,m2,m3,m4,m5…,m9,m10];
I create a line based on their position attribute,
then i change their position/rotation by GizmoManager,the GizmoManager worked well;
after that,i want to update the line,
but,if i change rotation by GizmoManager, the child’s index changed,it just like,
i change m3’s rotation,then i get the mesh’position again:
I second @Evgeni_Popov for a playground.
Also, if you get check the hierarchy in the inspector, does the children order change?
Can you also try to get the list of meshes with gizmoManager.attachableMeshes ?