unity-navmesh

Bake NavMesh data and compute AI navigation paths in Unity.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/lrbjk/FenShen_Remake_V0 --skill unity-navmesh-lrbjk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-navmesh
Source: https://github.com/lrbjk/FenShen_Remake_V0/tree/main/.codex/skills/unity-skills/skills/navmesh
Command: npx skills add https://github.com/lrbjk/FenShen_Remake_V0 --skill unity-navmesh-lrbjk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines baking Unity NavMeshes and calculating AI navigation paths, reducing manual setup and debugging time.

Core Features & Use Cases

  • NavMesh baking: generate and bake navigation meshes for scenes with dynamic geometry.
  • Pathfinding: compute paths between two points for AI agents with optional area costs.
  • Agent management: configure agents and obstacles to support robust navigation in changing environments.

Quick Start

Bake a NavMesh for the current scene and test a simple path from the player to a goal.

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 in Unity for scenes with dynamic geometry?

To bake a NavMesh in Unity, you generate navigation meshes that account for dynamic geometry changes. This Skill computes AI navigation paths and applies real-time path recalculation when scene geometry shifts.

Can Unity AI agents recalculate paths around obstacles automatically?

Yes, Unity AI agents can recalculate paths around obstacles. This Skill configures agents and obstacles to support robust navigation, handling path recalculation when geometry changes in dynamic environments.

How do I compute a path between two points for a Unity AI agent?

You compute a path between two points by calculating AI navigation routes with optional area costs. This Skill provides dedicated function interfaces to test and execute pathfinding for Unity agents.

What is the best way to handle NavMesh pathfinding and obstacle avoidance in Unity?

The best way to handle NavMesh pathfinding is to bake navigation meshes and configure agents with obstacle support. This Skill streamlines calculating paths and managing real-time AI navigation in changing scenes.

Does this Skill support clearing NavMesh data and rebaking for Unity scenes?

Yes, this Skill supports clearing NavMesh data and rebaking for Unity scenes. It satisfies baking, clearing, path calculation, and agent configuration through dedicated function interfaces.

Why are my Unity AI agents failing to navigate dynamic obstacles on the NavMesh?

Unity AI agents fail to navigate dynamic obstacles when paths are not recalculated after geometry changes. This Skill handles obstacle management and applies real-time path recalculation to enable robust navigation.