If I could get help, I would greatly appreciate it. I just need one of my game objects to face the nearest game object that has a certain tag. Pretty much like a turret in a TD game.
Make a list or array of the targets. Check for the closest distance via a for loop. Then use LookAt()