Comment trouver l'étiquette d'un objecdt dans l'unité
if(FindGameObjectsWithTag(Player){
Debug.Log("FoundPlayer")
}
Good Gerbil
if(FindGameObjectsWithTag(Player){
Debug.Log("FoundPlayer")
}
gameObject.tag = "Player";