unity-navmesh

Bake NavMeshes and calculate paths for Unity AI agents.

1|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/mufengbufeng/EF --skill unity-navmesh-mufengbufeng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-navmesh
Source: https://github.com/mufengbufeng/EF/tree/main/UnityProject/.claude/skills/unity-skills/skills/navmesh
Command: npx skills add https://github.com/mufengbufeng/EF --skill unity-navmesh-mufengbufeng

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables automated baking and pathfinding for navigation meshes to support AI agents.

Core Features & Use Cases

  • NavMesh baking: Generate, bake, and refresh navigation meshes for scenes.
  • Path calculation: Compute paths between two points on the NavMesh.
  • Agent & obstacle management: Add or configure agents and obstacles to influence navigation.
  • Use Case: In a Unity project with dynamic environments, bake the NavMesh at runtime and compute a path for an AI character.

Quick Start

Bake the NavMesh for the current scene and calculate a sample path between a start and end point.

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 at runtime in Unity for dynamic environments?

To bake a NavMesh at runtime in Unity, you can use a modular API to automate the generation and refreshing of navigation meshes for scenes with dynamic environments. This allows AI agents to adapt to changing level geometry during gameplay.

Can I calculate dynamic AI navigation paths between two points on a Unity NavMesh?

Yes, you can calculate dynamic AI navigation paths by computing routes between a start and end point on the NavMesh. This supports runtime path calculation for AI agents to navigate dynamically baked meshes effectively.

Does this Unity navigation approach support configuring agents and obstacles?

Configuring agents and obstacles is fully supported to influence navigation. You can add or manage AI agents and dynamic obstacles through a modular API to ensure accurate pathfinding around newly placed scene objects.

What is the best way to manage AI pathfinding and NavMesh baking in Unity?

The best way to manage AI pathfinding and NavMesh baking is using an automated modular API that handles mesh generation, clearing, and agent management. This streamlines navigation setup for AI characters in complex Unity scenes.

Can I clear a previously baked NavMesh in Unity to refresh the scene?

Yes, you can clear a previously baked NavMesh to refresh the scene navigation data. The API supports clearing operations alongside baking and path calculation, ensuring outdated navigation meshes are removed before generating new ones.