About 8,670 results
Open links in new tab
  1. Unity - Scripting API: NavMesh

    Use the NavMesh class to perform spatial queries such as pathfinding and walkability tests. This class also lets you set the pathfinding cost for specific area types, and tweak the global behavior of …

  2. Navigation mesh - Wikipedia

    Navigation mesh A navigation mesh, or navmesh, is an abstract data structure used in artificial intelligence applications to aid agents in pathfinding through complicated spaces. This approach has …

  3. Unity - Manual: Building a NavMesh

    The NavMesh represents the area where the center of the agent can move. Conceptually, it doesn’t matter whether you regard the agent as a point on a shrunken NavMesh or a circle on a full-size …

  4. Unity NavMesh - Unity Learn

    Learn how to create AI pathfinding using the Unity NavMesh components! This video was produced by Brackeys.

  5. GitHub - h8man/NavMeshPlus: Unity NavMesh 2D Pathfinding

    Unity NavMesh 2D Pathfinding. Contribute to h8man/NavMeshPlus development by creating an account on GitHub.

  6. Unity NavMesh Agent Tutorial: Updated AI Navigation Setup from …

    Feb 15, 2025 · In this tutorial, we'll explore Unity's updated NavMesh system to implement AI navigation in your projects. Starting from the basics, we'll guide you through...

  7. Navigation Mesh — Omniverse Extensions - Nvidia

    3 days ago · Navigation Mesh, or “NavMesh”, is a tool used to compute a polygonal mesh that represents the traversable area. From a computed polygonal mesh, a NavMesh can be used to …

  8. GitHub - Unity-Technologies/NavMeshComponents: High Level API ...

    NavMeshLink – connects same or different NavMesh surfaces for one agent type. These components comprise the high level controls for building and using NavMeshes at runtime as well as edit time. …

  9. AI Navigation 2.0 - NavMesh basics - YouTube

    Dec 6, 2024 · The AI navigation system in Unity allows non-player characters (NPCs) to move intelligently through a game environment by calculating and following optimal paths and avoiding …

  10. Game Dev Mechanics: Navigation Meshes (NavMesh) — How It Works

    Feb 26, 2026 · Learn how navigation meshes decompose walkable game environments into convex polygons for fast, smooth AI pathfinding — from Recast generation to the funnel algorithm.