Answers for "unity how to check how many gameobject of a tag exists"

0

unity how to check how many gameobject of a tag exists

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

Code answers related to "unity how to check how many gameobject of a tag exists"

Browse Popular Code Answers by Language