navmesh
There are 138 repositories under navmesh topic.
recastnavigation/recastnavigation
Industry-standard navigation-mesh toolset for games
h8man/NavMeshPlus
Unity NavMesh 2D Pathfinding
jzyong/game-server
Distributed Java game server, including cluster management server, gateway server, hall server, game logic server, background monitoring server and a running web version of fishing. State machine, behavior tree, A* pathfinding, navigation mesh and other AI tools
JiepengTan/LockstepEngine
A lockstep solution include lots of deterministic library (Math,Collision,Navmesh,BehaviorTree,Serialization ...)
UnityTechnologies/ATerribleKingdom
Scripting the Timeline for games in creative ways. Includes a small RTS game build on the 'A Mighty Kingdom' assets
ikpil/DotRecast
DotRecast - a port of Recast & Detour, Industry-standard navigation mesh toolset for .NET, C#, Unity3D, games, servers
dotsnav/dotsnav
A fully dynamic planar navmesh for Unity supporting agents of any size
recast4j/recast4j
Java Port of Recast & Detour navigation mesh toolset
Endarren/Unity_Resources
A list of resources and tutorials for those doing programming in Unity.
vleue/vleue_navigator
Pathfinding on NavMeshes for Bevy
jadvrodrigues/CustomNavMesh
Alternative to Unity's NavMesh system where the agents avoid each other.
TheGrimsey/oxidized_navigation
A runtime Nav-Mesh generation plugin for Bevy Engine in Rust.
sunxvming/navmesh
导航网格寻路C++实现版(入门版)
JiepengTan/LockstepEngine_ARPGDemo
A lockstep ARPG demo for LockstepEngine
CompleteUnityDeveloper/09-ZombieRunner-Original
First person shooter with Unity terrain and AI pathfinding (http://gdev.tv/cudgithub)
OlegDzhuraev/NavMeshAvoidance
Custom Nav Mesh Avoidance to replace default one in Unity.
liuhaopen/Navigator
This project provides unity scripts to export navmesh data into tile cache files that can be used directly by recastnavigation
LeadKiller/leadbot
🤖Player AI Bots to revive obscure gamemodes in Garry's Mod🤖
jzyong/GameAI4j
Game AI for java.NavMesh、A*、BehaviorTree、FSM
jzyong/NavMeshDemo
Unity client navmesh export to server for pathfinding
ikpil/UniRecast
UniRecast - navigation mesh toolset for Unity3D using DotRecast
mrazza/gonav
A Source Engine navigation mesh file parser written in Go.
Selinux24/Skirmish
Game and prototypes with SharpDX and Directx 11
sunxvming/navmesh-advance
导航网格寻路C++实现版(进阶版)
SharlatanY/NavMeshSurface2DBaker
NavMeshSurface2DBaker is a Unity Package that provides functionality to bake 2D colliders into NavMeshSurface components.
Seldom-SE/seldom_map_nav
Bevy plugin that does navmesh generation, pathfinding, and navigation for tilemaps. Navmesh generation is available without Bevy dependency.
enes-telli/Silly-Race-Replica
It is a project where a copy of the hyper-casual style game called Silly Race is prepared individually. The aim of the game is to avoid obstacles on the platform and reach the finish line before artificial intelligence.
luigprog/NavMesh-From-Colliders
Unity tool that prepares the scene for NavMesh baking by generating simple mesh renderers based on the object's colliders, with the intention of improving the precision of the generated NavMesh.
KitRifty/sourcepawn-navmesh
SourcePawn .NAV file reader.
lazytiger/unityai
golang port of Unity NavMesh module.
ohchase/divert
Rust bindings for Recast Navigation.
saivittalb/zomboid-survival
🧟♂️ A Unity based FPS with a Zombie theme using raycasting for shooting and the core mechanics you'd expect in an FPS. Zombies use AI navigation and precise pathfinding to chase down the player. The game also has a HUD interface which is VR compatible.
akof1314/UnityNavToCollider
Unity NavMesh To Collider
Akkadius/eqemu-maps
EQEmuMap .map and .path reference files for the internal EQEmu Server functions
domisum/CompitumLib
Spigot lib for pathfinding
llamacademy/ai-series-part-32
Learn how NavMeshAgent obstacle avoidance works... in DEPTH! In this deep dive into NavMeshAgent avoidance you'll learn 5 key takeaways for improving NavMeshAgent avoidance using the Unity Navigation System, no external assets needed!