GameObject Obj; List<GameObject> Objects = new List<GameObject>(); Objects.Add(Obj); Objects.remove(Obj);, Objects.Insert(0,Obj); Objects.RemoveAt(0);