unity list of lists code example
Example 1: unity list
GameObject Obj;
List<GameObject> Objects = new List<GameObject>();
Objects.Add(Obj);
Example 2: unity lists number of
list.IndexOf(thing);
//Replace list with a list
//Replace thing with something