Our great sponsors
-
ai-series-part-30
In this tutorial repository you will learn how to make NavMeshes with Moving and Rotating Platforms that are traversable by NavMeshAgents. This is officially unsupported and comes with some limitations on how it can work.
As always, full project code is available on GitHub!
-
ai-series-part-28
In this tutorial repository you will see how you can use moving platforms with the Unity Navigation System.
This week in this viewer request special we'll be taking a look into how to have moving and rotating navmesh platforms with the Unity Navigation System. This is a continuation of AI Series Part 28 where we first did moving platforms. But, in this one we'll be adding in the rotation and taking another look at the limitations of our 2 approaches.
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
Related posts
- Navmesh and advanced movement.
- Pathfinding code help
- Isometric - Best approach to learn and create a game
- Make your NavMeshAgents Move Along Bezier Curved Paths | AI Series Part 35 | Full Tutorial in Comments
- NavMeshAgent Movement with a Keyboard instead of Click-To-Move - Incrementally Move Agents with No Destination, Still Limiting Them to the NavMesh | Full Unity Tutorial in Post