Move Using Nav Mesh Agent

Create a Nav Mesh for our sandbox level

Add Nav Mesh Agent to the Player

Create Mover.cs and add some code to move our Player to a target in the scene

Understand how to add Nav Mesh and Nav Mesh Agents Unity - Manual- Building a NavMesh Unity - Scripting API - NavMeshAgent.destination
Complete and continue