public IEnumerator Spawn(SpawnZone zone) { Vector3 instancePos = zone.GetRandomPoint(); return(Spawn(zone.GetRandomPoint())); }