Answers for "how to get object tag in code 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

Code answers related to "how to get object tag in code unity"

C# Answers by Framework

Browse Popular Code Answers by Language