Objective: To get an AI agent setup to loop through a series of waypoints and return via the same route (in reverse). So far we have created the NavMesh surface, added the AI Agent to our project and got them automatically moving between random waypoints. Now, I would like to…