Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

unity find objects with tag

//Find a single game object
GameObject.FindWithTag("TagName");

//Find multiple game objects from tag 
GameObject.FindGameObjectsWithTag("TagName");
 
PREVIOUS NEXT
Tagged: #unity #find #objects #tag
ADD COMMENT
Topic
Name
8+8 =