Why search by tag

Hello,
What is the advantage by finding the player by its tag in respect to just make a public GameObject and link the player in the editor?
Thank you and best regards
Philipp

Hi philipp,
I’m not a super programmer or anything so what I’ll say might be wrong, but if you assign the variable by script, I do know it makes it easier if you create more players. Example if you would do more scenes and add player prefabs, you wouldn’t have to remember to put the player in the public variable each time. I guess it also keep your inspector clean if you have less public variable. Who knows really ? :woman_shrugging: