The chase
Our next task is to make our enemy tank chase the player around. We will need two scripts. The first will simply advertise the player's current position. The second will use that position and the NavMeshAgent component that we set up earlier to find a path to the player.