Como encontrar a etiqueta de um objecdt na unidade

if(FindGameObjectsWithTag(Player){
  Debug.Log("FoundPlayer")
  }
Good Gerbil