Our great sponsors
-
ai-series-part-43
Learn how to find the OffMeshLinks (high level component: NavMeshLink) that a NavMeshAgent will take on their current path
As always, the full project for this video is available on GitHub!
-
ai-series-part-17
In this tutorial repository I show how to upgrade the AgentLinkMover script provided by Unity in the NavMesh Components repository to allow configuring Agent Move Method per NavMesh Area Type
To showcase how it works, we'll show the NavMeshAgent's path via a LineRenderer and show the exact path they'll take over an OffMeshLink with the custom AgentLinkMover script we made in Part 17. Don't worry! No previous AI Series watch history required to understand this tutorial!
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
Related posts
- is there a way to make a navmesh agent play a certain animation when traversing a navmesh link?
- Upgrading the Default NavMeshLink Traversal to Allow Different Move Methods Per Area Type | AI Series Part 17
- Upgrading the Default NavMeshLink Traversal to Allow Different Move Methods Per Area Type | AI Series Part 17 | Full Tutorial in Comments
- How to Implement Enemy Skills/Abilities Part 3: Ice Lance | AI Series Part 23 | Full Tutorial in Comments
- How to Implement Enemy Abilities (aka Skills) with ScriptableObjects Part 1 | AI Series Part 21 | Unity Tutorial