MJ713
0
Q:

FindObjectsWithTag in list

 public List<GameObject> peopleList = new List<GameObject>();           foreach(GameObject fooObj in GameObject.FindGameObjectsWithTag("people")) {              peopleList.Add(fooObj);         }
0
 spawnPoints.AddRange(/*whatever you need to add*/);
0

New to Communities?

Join the community