Answers for "how to find the number of objects with the same tag in unity"

3

how to find the number of objects with the same tag in unity

if(GameObject.FindGameObjectsWithTag("Enemy").Length > 20) {    // Do something }
Posted by: Guest on July-08-2020

Code answers related to "how to find the number of objects with the same tag in unity"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language