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. Learn more →
Top 11 C# navmeshsurface Projects
-
ai-series-part-14.5
Project used in the AI Series Part 14.5 Unity Tutorial where I show how to approach optimizing code, using our runtime navmesh generation as the optimization target
-
ai-series-part-14
Project corresponding to AI Series Part 14 where we implement Baking NavMesh at Runtime around the Player, instead of baking on the entire scene
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
ai-series-part-34
In this tutorial repository you will learn how to make a NavMeshAgent traverse a NavMesh without using SetDestination nor the mouse to click-to-move. We'll use the keyboard to move the NavMeshAgent along the NavMesh instead, apply a configurable smoothing to the inputs so the agent doesn't abruptly swap directions and rotations.
Llamacademy has a good video for setting up directional navmesh movement, which you can modify to turn into a roll. He has a lot of great videos about the navmesh.
-
ai-series-part-20
This tutorial repository is the end state of the AI Series Part 20 - Weighted Random Spawning video where we implement a new spawn method and define these spawn configurations in ScriptableObjects.
-
ai-series-part-24
Tutorial repository for AI Series Part 24, which is the 4th and final part of a sub-series to implement enemy skills and abilities. In this repository we have extended the foundation from part 21, 22, and 23 to implement a new instant-cast ability - poison gas
-
ai-series-part-31
learn how to show a path to a specific target without using a NavMeshAgent. We'll calculate the path on a NavMesh from the player's current location (controlled via a Third Person Controller) to the target location, and show that with a LineRenderer. The path calculation has a few knobs to turn, how high above the NavMesh to draw the line and how frequently to recalculate the path.
-
ai-series-part-22
Tutorial repository for AI Series Part 22, which is Part 2 of a sub-series to implement enemy skills and abilities. In this repository we have extended the foundation from part 21 and implemented a new channeled ability - fire breath
-
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.
-
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
Project mention: Learn How You Can Detect OffMeshLink Traversal of a NavMeshAgent! Full Tutorial in Comments! | reddit.com/r/unity_tutorials | 2022-10-18To 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!
-
ai-series-part-15
Project for the AI Series Part 15 tutorial where we spawn NavMeshAgents at runtime on a Procedurally baked NavMesh that is baked only around the player in a large or procedurally generated world.
-
ai-series-part-23
Tutorial repository for AI Series Part 23, which is Part 3 of a sub-series to implement enemy skills and abilities. In this repository we have extended the foundation from part 21 and 22 and implemented a new instant-cast ability - ice lance
-
ai-series-part-21
Tutorial repository for AI Series Part 21, which is Part 1 of a sub-series to implement enemy skills and abilities. In this repository we have the foundation for how to implement skills via ScriptableObjects and a single ability - a jump attack
C# navmeshsurface related posts
- Learn How You Can Detect OffMeshLink Traversal of a NavMeshAgent! Full Tutorial in Comments!
- Navmesh and advanced movement.
- is there a way to make a navmesh agent play a certain animation when traversing a navmesh link?
- 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
- Show Path to a Target With Third or First Person Controller Using a NavMesh To Calculate the Path and LineRenderer to Show the Path | AI Series Part 31
-
A note from our sponsor - SonarLint
www.sonarlint.org | 5 Feb 2023
Index
What are some of the best open-source navmeshsurface projects in C#? This list will help you:
Project | Stars | |
---|---|---|
1 | ai-series-part-14.5 | 7 |
2 | ai-series-part-14 | 6 |
3 | ai-series-part-34 | 4 |
4 | ai-series-part-20 | 4 |
5 | ai-series-part-24 | 4 |
6 | ai-series-part-31 | 4 |
7 | ai-series-part-22 | 3 |
8 | ai-series-part-17 | 3 |
9 | ai-series-part-15 | 3 |
10 | ai-series-part-23 | 2 |
11 | ai-series-part-21 | 2 |