I am new to unity butUnity. I'm trying to create a combat game so i.
I want to acessaccess different game objects by tag through the findgameobjectwithtagFindGameObjectWithTag method, but iI want the script to ignore the gameobjectgame object and the children of the gameobjectgame object that contains the script and only reference non children of the gameobjectgame object with the exact tag, can anyone please help.