Unity Tutorial- Creating a third person shooter in Unity – Part 5 Navmeshes and more AI movement

Once more we’re extending these third person tutorials, at the moment the script we’re using isn’t great, it’s pretty bad in fact, we’ll improve it by adding and using the Navmesh system built into Unity, which whilst not great, is a damn sight better.

This tutorial will show you;

  • Basic Navmesh movement
  • Moving between waypoints
  • RTS style click to move
  • Using navmesh objects to block the way
5. NavMeshes



Comments are closed.