llamacademy / ai-series-part-12

Project for the AI Series Part 12 where I go over how to choose the closest target to a particular NavMeshAgent based on the distance the NavMeshAgent would travel to get to the other target.

Home Page:https://youtu.be/BFT8Fa4ZsMk&ref=github

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Project for the AI Series Part 12 where I go over how to choose the closest target to a particular NavMeshAgent based on the distance the NavMeshAgent would travel to get to the other target.

https://youtu.be/BFT8Fa4ZsMk&ref=github

License:MIT License


Languages

Language:ShaderLab 82.9%Language:HLSL 11.7%Language:C# 5.4%