Skip to content

Full project of the end state of the AI Series Part 6 video where we add Attacking to NavMeshAgents

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
license.md
Notifications You must be signed in to change notification settings

llamacademy/ai-series-part-6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Navmesh AI Tutorial 6 - Adding Ranged Attacking Enemies

The below video is the tutorial that ENDS where this project is. If you would like to follow along, check out the 5 Creating Different Enemy Types

Youtube Tutorial

IMMEDIATELY AFTER CHECKING THIS OUT IMPORT THE UNITY CHAN MODEL FROM THE UNITY ASSET STORE or you will be missing the model! (it's free)

In this project we have:

  1. Simple click to move.
  2. An enemy that follows the player
  3. NavMeshLinks to allow the player and enemy to jump from one platform to another, and on top of some walls.
  4. AgentLinkMover to control how NavMeshAgents will traverse NavMeshLinks
  5. Animated 3D Model based on NavMeshAgent's movement
  6. Dynamically spawned enemies at random points on the NavMesh
  7. 2 Enemy types, configured via a ScriptableObject, that path differently based on Agent Configuration
  8. Enemies and Player attack the other when they near each other, until dead.

Requirements

About

Full project of the end state of the AI Series Part 6 video where we add Attacking to NavMeshAgents

Topics

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
license.md

Stars

Watchers

Forks

Sponsor this project