navmesh

Solid

Navigation mesh generation and pathfinding skill for game AI. Enables creation and configuration of navigation meshes, pathfinding queries, dynamic obstacles, and navigation agent setup across Unity, Unreal, and Godot engines.

AI & Automation 1,160 stars 71 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Navigation Mesh Skill Comprehensive navigation mesh generation and pathfinding implementation for game AI systems across multiple engines. ## Overview This skill provides capabilities for creating, configuring, and utilizing navigation meshes for AI pathfinding. It covers navmesh generation, agent configuration, dynamic obstacles, off-mesh links, and runtime navigation queries. ## Capabilities ### NavMesh Generation - Configure navmesh build settings - Define walkable areas and surfaces - Set up area types with costs - Generate runtime navmeshes ### Agent Configuration - Configure agent radius and height - Set movement parameters - Define avoidance priorities - Configure step height and slopes ### Pathfinding - Query paths between points - Handle partial paths - Implement path smoothing - Support hierarchical pathfinding ### Dynamic Navigation - Handle dynamic obstacles - Implement navmesh carving - Update navmesh at runtime - Handle moving platforms ### Off-Mesh Links - Create jump links - Configure drop connections - Handle ladders and teleports - Set up one-way paths ## Prerequisites ### Unity ```csharp // Built-in: Package Manager > AI Navigation // Install: com.unity.ai.navigation ``` ### Unreal Engine ```cpp // Enable NavigationSystem module in Build.cs PublicDependencyModuleNames.AddRange(new string[] { "NavigationSystem", "AIModule" }); ``` ### Godot ``` # Enable NavigationServer2D/3D in project settings # Use NavigationRegion2D/3D and Navigatio...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

nav2-navigation-skill

Specialized skill for ROS2 Nav2 navigation stack configuration and behavior trees

1,160 Updated today
a5c-ai
AI & Automation Listed

game-development-routing

Game development task router across Unity, Unreal Engine, Godot, Blender, and Roblox Studio. Use when the user asks about game design, level design, shaders, multiplayer networking (NGO / GAS / replication), gameplay scripting (Luau / GDScript / C# / C++ / Blueprint), game audio (FMOD / Wwise), technical art, Niagara/VFX, World Partition, DataStore, Game Passes, ScriptableObjects, ECS/DOTS, Material Editor, narrative branching, monetization loops, or any engine-specific implementation question. Triggers on Unity, Unreal, Godot, Roblox, Blender, GDScript, Blueprint, Luau, FMOD, Wwise, Nanite, Niagara, ScriptableObject, RemoteEvent, DataStore, 게임 개발, ゲーム開発.

0 Updated 3 days ago
daehounan
AI & Automation Solid

unreal-nanite

Unreal Engine Nanite skill for virtualized geometry, mesh streaming, and LOD-free workflows.

1,160 Updated today
a5c-ai
AI & Automation Listed

codebase-navigation

An agent that can quickly orient itself in any codebase - finding the right files, understanding the architecture, and identifying conventions - before writing a single line of code. Agents without this skill guess at file locations, miss existing utilities, and create duplicates.

2 Updated today
varunk130
AI & Automation Solid

unity-netcode

Unity Netcode for GameObjects skill for multiplayer networking, RPCs, state synchronization, and server-authoritative gameplay.

1,160 Updated today
a5c-ai