unity-navmesh

Bake NavMeshes and configure AI navigation components in Unity scenes.

5|1|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/batihandev/unity-mcp-skills --skill unity-navmesh-batihandev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-navmesh
Source: https://github.com/batihandev/unity-mcp-skills/tree/main/skills/navmesh
Command: npx skills add https://github.com/batihandev/unity-mcp-skills --skill unity-navmesh-batihandev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps Unity developers configure and manage AI navigation by providing reliable guidance for baking NavMeshes, calculating paths, and controlling navigation components without relying on incorrect commands.

Core Features & Use Cases

  • NavMesh Baking and Management: Guides agents through creating and clearing navigation meshes for active Unity scenes.
  • Pathfinding Operations: Supports navigation path calculation, position sampling, and traversal configuration for AI movement.
  • Agent and Obstacle Control: Provides workflows for adding and configuring NavMeshAgent and NavMeshObstacle components in Unity projects.

Quick Start

Ask the skill to bake a NavMesh and configure AI navigation components in the current Unity scene.

Frequently Asked Questions about unity-navmesh

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bake a NavMesh and set up AI navigation in Unity?

Baking a NavMesh in Unity involves creating navigation meshes for active scenes and configuring AI agents. This workflow guides you through NavMeshSurface setup, pathfinding calculation, and adding NavMeshAgent components for reliable character movement.

What is the best way to manage Unity NavMeshAgent pathfinding?

Managing Unity NavMeshAgent pathfinding requires calculating navigation paths and configuring traversal settings. This process supports position sampling and AI movement control to ensure agents follow reliable routes across the baked navigation mesh.

Do I need the com.unity.ai.navigation package for Unity pathfinding tasks?

Yes, the com.unity.ai.navigation package is required for Unity pathfinding tasks. It provides the necessary foundation for executing navigation operations, baking NavMeshes, and managing NavMeshSurface components within your Unity game development environment.

How does Unity NavMeshObstacle control work during AI navigation?

Unity NavMeshObstacle control works by adding and configuring obstacle components that dynamically block AI agents. This allows your navigation paths to adapt in real-time as objects move within the baked NavMesh during gameplay.

Why are my Unity AI navigation commands not working correctly?

Unity AI navigation commands fail when using incorrect instructions or missing dependencies. Reliable navigation requires the com.unity.ai.navigation package and proper NavMeshSurface setup to execute pathfinding and agent configuration operations successfully.