using UnityEngine;
public class SiblingIndexLastSetter : MonoBehaviour {
void Start(){
transform.SetSiblingIndex(transform.parent.childCount);
}