Wie findet man das Etikett eines Objekts in Einheit

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