Answers for "how to find the tag of an objecdt in unity"

C#
1

how to find the tag of an objecdt in unity

if(FindGameObjectsWithTag(Player){
  Debug.Log("FoundPlayer")
  }
Posted by: Guest on September-21-2020
1

unity check tag

gameObject.tag
Posted by: Guest on June-20-2020

Code answers related to "how to find the tag of an objecdt in unity"

C# Answers by Framework

Browse Popular Code Answers by Language