//获取第一个子物体的下表 int index = parent.GetChild(0).GetSiblingIndex(); GameObject clone = Instantiate(Item, parent); clone.transform.SetSiblingIndex(index);