Comment trouver l'étiquette d'un objecdt dans l'unité

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