Jak znaleźć znacznik objecdt w jedności
if(FindGameObjectsWithTag(Player){
Debug.Log("FoundPlayer")
}
Good Gerbil
if(FindGameObjectsWithTag(Player){
Debug.Log("FoundPlayer")
}
gameObject.tag = "Player";