Como encontrar a etiqueta de um objecdt na unidade
if(FindGameObjectsWithTag(Player){
Debug.Log("FoundPlayer")
}
Good Gerbil
if(FindGameObjectsWithTag(Player){
Debug.Log("FoundPlayer")
}
gameObject.tag = "Player";