- Home /
 
 
               Question by 
               RozzaStudios · Jul 15, 2015 at 07:21 PM · 
                errortagfindgameobjectwithtag  
              
 
              Get a total count of gameobjects with the same tag and change level if score reaches max score!
I'm making a game where you pickup collectables to get score. I know I need to use soss = GameObject.FindGameObjectsWithTag("ASFGAGFSAF"); I wanna use it like this, but I get error:
if(score >= soss) asdas
               Comment
              
 
               
              Your answer
 
             Follow this Question
Related Questions
FindGameObjectWithTag failing 1 Answer
Game wont restart in the build, but works great in the editor.. 1 Answer
FindGameObjectsWithTag works only to first tagged 1 Answer
[js]NullReferenceException: Object reference not set to an instance of an object 1 Answer
Swapping a tag for string not working, replacing a tag with a public string, help. 1 Answer