Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 516 Bytes

readme.md

File metadata and controls

10 lines (8 loc) · 516 Bytes

Navmesh AI Tutorial 12 - Choosing Closest Target

Youtube Tutorial

In this project we have:

  1. AI that will choose to move to the closest of several targets
  2. Scene Visualization of the potential NavMeshPaths the NavMeshAgent could take, highlighting the shortest one.

Requirements

  • Requires Unity 2019.4 LTS or higher.
  • Utilizes the Navmesh Components from Unity's Github.