Creating Modular Waypoint System for Enemy AI in Unity 2021
Putting the NavMesh to Work

Yesterday we dove into the NavMesh and Nav Mesh Agent to show how we can automate the movement of an enemy object. Today we take that a step further and give it a little bit of usefulness.
To make the Nav Mesh work for us we need to update our code from the really bad line we had yesterday that just kept…