Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

find many object with tag unity

    GameObject[] ManyObjectsVariable;
    
     void Start()
     {
     ManyObjectsVariable = GameObject.FindGameObjectsWithTag("TAGNAME1");
     }
 
PREVIOUS NEXT
Tagged: #find #object #tag #unity
ADD COMMENT
Topic
Name
6+9 =