4
Q:

unity get all by tag

GameObject.FindWithTag("Enemy");
16
GameObject[] arrayGo = GameObject.FindGameObjectsWithTag("myTag");
6
yourObjects = GameObject.FindGameObjectsWithTag("Respawn");
7
string enemyTag = "Enemy";
Enemies = GameObject.FindGameObjectsWithTag(enemyTag);
5

New to Communities?

Join the community