ai-series-part-10
ai-series-part-29
| ai-series-part-10 | ai-series-part-29 | |
|---|---|---|
| 1 | 4 | |
| 6 | 8 | |
| - | - | |
| 0.0 | 0.0 | |
| about 5 years ago | over 4 years ago | |
| ShaderLab | ShaderLab | |
| MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ai-series-part-10
-
Creating a Flying NavMeshAgent! | AI Series Part 10 | Unity Tutorial
As always, full project code is available on GitHub!
ai-series-part-29
- Pathfinding code help
-
Learn how to transition your Unity NavMeshAgent AI into a Ragdoll state on death with AI Series Part 39!
AI Checking Line of Sight (Part 29)
-
Learn how to transition your NavMeshAgent AI into a Ragdoll state on death with AI Series Part 39!
This tutorial and accompanying repository ends up being a playable zombie shooter that incorporates several previous tutorials including: * Click to Move & Chasing a Player (Part 1) * Animated NavMeshAgents (Part 3) * AI Attacking Nearby Objects (Part 6) * AI Checking Line of Sight (Part 29) * Ragdoll Models * Raycast Shooting
-
Need your NavMeshAgents to "Hide" or "Take Cover" From Other Objects? Look No Further! AI Series Part 29 | Full Tutorial in Comments
As always, full project code is available on GitHub!
What are some alternatives?
ai-series-part-37 - In this tutorial repository and accompanying video you will learn how to make your NavMeshAgents break down obstacles that block their path. The agents will consider if a particular path is worth going through by breaking down the obstructions or if pathing around them is more worthwhile.
ai-series-part-39 - Learn how to transform your fully animated NavMeshAgents and transform them into a Ragdoll on death that eventually subtly fade out
ai-series-part-25 - In this tutorial repository, I demonstrate how NavMeshModifiers and NavMeshModifierVolumes work with Cost Modifiers to control NavMeshAgent pathing. I also implement a simple script to slow down NavMeshAgents when they enter a more costly zone.
ai-series-part-11 - Project for the tutorial on how to implement basic finite state machines for your AI in Unity.
ai-series-part-27 - In this tutorial repository you will learn how to make NavMeshAgents surround a target instead of blindly chasing to the center point of their target at a customizable radius.