The below video is the tutorial that ENDS where this project is. If you would like to follow along, check out the AI Series Part 1!
In this project we have:
- Simple click to move.
- An enemy that follows the player
- NavMeshLinks to allow the player and enemy to jump from one platform to another, and on top of some walls.
- AgentLinkMover to control how NavMeshAgents will traverse NavMeshLinks
- Requires Unity 2019.4 LTS or higher.
- Utilizes the Navmesh Components from Unity's Github.