Answers for "how to find all game objects with tag"

21

find gameobject with tag

GameObject.FindWithTag("Enemy");
Posted by: Guest on January-25-2020
10

find gameobject with tag

GameObject.FindGameObjectsWithTag("Enemy");
Posted by: Guest on January-25-2020

Code answers related to "how to find all game objects with tag"

Browse Popular Code Answers by Language