I have GameController script, which in Void Awake() checks if there’s any other gameControllers with GameObject.FindGameObjectWithTag. And if there is, it destroys itself, but it keeps detecting itself, and just destroys itself.
How could I make it look for GameObjects with same tag, excluding itself?
Thanks in forward