how to get an object's tag in unity code example
Example: how to find the tag of an objecdt in unity
if(FindGameObjectsWithTag(Player){
Debug.Log("FoundPlayer")
}
if(FindGameObjectsWithTag(Player){
Debug.Log("FoundPlayer")
}