Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1004 Bytes

readme.md

File metadata and controls

17 lines (14 loc) · 1004 Bytes

Navmesh AI Tutorial 5 - Creating Different Enemy Types

The below video is the tutorial that ENDS where this project is. If you would like to follow along, check out the 4 Spawning Enemies Repo

Youtube Tutorial

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

Requirements

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