https://discussions.unity.com/t/navmesh-agent-quality/674579
Navmesh Agent Quality - Unity Engine - Unity Discussions
Aug 18, 2017 - Hi, In a section of my game, I want enemies all with the same navmesh agent, to walk through one another for a short amount of time. I know that by setting...
unity enginenavmeshagentqualitydiscussions
https://docs.unity3d.com/Packages/com.unity.ai.navigation@2.0/manual/AboutObstacles.html
About NavMesh Obstacles | AI Navigation | 2.0.12
ai navigationnavmeshobstacles
https://docs.unity3d.com/kr/2018.3/Manual/nav-BuildingNavMesh.html
Building a NavMesh - Unity Manual
The process of creating a NavMesh from the level geometry is called NavMesh Baking. The process collects the Render Meshes and Terrains of all Game Objects...
building anavmeshunitymanual
https://docs.unity3d.com/ja/current/ScriptReference/AI.NavMesh-avoidancePredictionTime.html
Unity - Scripting API: AI.NavMesh.avoidancePredictionTime
scripting apiunityainavmesh
https://docs.unity3d.com/es/2020.2/Manual/nav-CreateNavMeshAgent.html
Creando un Agente NavMesh - Unity Manual
Una vez usted tenga un NavMesh baked para su nivel es tiempo de crear un personaje que pueda navegar la escena. Nosotros vamos a construir nuestro agente...
creandounagentenavmeshmanual
https://issuetracker.unity3d.com/issues/navmesh-bakes-between-and-inside-custom-cube-objects-with-box-collider-component-and-navigation-area-set-to-walkable-slash-jump
Unity Issue Tracker - Navmesh bakes between and inside custom cube objects with Box Collider...
Repro steps:1.Open "BugDemo.zip" project2. Load "NavmeshWth" scene3. Go to Navigations window and rebake the scene Actual: Navmesh i...
https://discussions.unity.com/t/failed-to-create-agent-because-there-is-no-valid-navmesh/491588
Failed to create agent because there is no valid NavMesh - Unity Engine - Unity Discussions
Nov 29, 2012 - Hello. Can anyone tell me what I getting this error ? This error is on my enemy.
https://docs.unity3d.com/ru/2017.2/Manual/nav-BuildingNavMesh.html
Building a NavMesh - Unity Manual
The process of creating a NavMesh from the level geometry is called NavMesh Baking. The process collects the Render Meshes and Terrains of all Game Objects...
building anavmeshunitymanual
https://docs.unity3d.com/ru/2017.1/Manual/nav-BuildingNavMesh.html
Building a NavMesh - Unity Manual
The process of creating a NavMesh from the level geometry is called NavMesh Baking. The process collects the Render Meshes and Terrains of all Game Objects...
building anavmeshunitymanual
https://forums.unrealengine.com/t/navmesh-pathfinding-probleme-with-avoidance-crowdfollowingcomponent/2714504
NavMesh pathfinding probleme with avoidance CrowdFollowingComponent - Programming & Scripting -...
Feb 3, 2026 - Hello, We are developing a train simulator with passenger exchange at stations. Context: Unreal Engine 5.6.1 World Partition with Level Streaming for a large...
navmeshpathfindingproblemeavoidanceprogramming
https://redefine-gamedev.teachable.com/courses/ultimate-godot-game-ai-for-beginners/lectures/38953071
Navmesh | Redefine Gamedev
Learn the basics of a Game AI with examples in Godot
navmeshredefinegamedev
https://discussions.unity.com/t/navmesh-link-design-problem/674585
Navmesh link design problem? - Unity Engine - Unity Discussions
Aug 18, 2017 - Hi, If I have 100s agents, some of which we allow to traverse any links, and some which do not, then each time I set the destination for the those that should...
link designunity enginenavmeshproblemdiscussions
https://mugen87.github.io/yuka/examples/navigation/navmeshPerformance/
Yuka | Navmesh with Spatial Index and Tasks
yukanavmeshspatialindextasks
https://discussions.unity.com/t/navmesh-oncollision-destroys-enemy-but-not-player/673174
NavMesh + OnCollision Destroys Enemy but not Player - Unity Engine - Unity Discussions
Aug 4, 2017 - Hi all, I am trying to make the Enemy destroy the Player and the Enemy GameObject on contact, but currently, the OnCollision would only destroy the Enemy...
unity enginenavmeshdestroysenemyplayer
https://issuetracker.unity3d.com/issues/navmesh-is-created-on-top-of-the-object-when-it-is-set-as-not-walkable-and-the-object-is-close-to-any-walkable-object
Unity Issue Tracker - NavMesh is created on top of the object when it is set as "Not Walkable" and...
How to reproduce:1. Open attached project "NavMeshModifier_Bug.zip" and scene "SampleScene"2. In Hierarchy window, select "NavMeshSu...
https://megacrush.gitbook.io/megacrush-unity-assets/runtime-navmesh-baker/runtime-navmesh-baker-user-manual/frequently-asked-questions/preparing-a-scene-for-runtime-navmesh-baking
Preparing a scene for Runtime Navmesh Baking | Runtime Navmesh Baker | Megacrush Unity Assets
a scenepreparingruntime
https://issuetracker.unity3d.com/issues/the-normal-of-hit-is-wrong-when-calling-navmesh-dot-raycast
Unity Issue Tracker - The normal of hit is wrong when calling NavMesh.Raycast
Steps to reproduce:1. Open the attached project2. Open the Assets/Main.unity scene3. Play the scene4. Observe the Console Window Act...
https://issuetracker.unity3d.com/issues/navmesh-carve-is-changing-because-of-the-capsule-shaped-navmesh-obstacle-parameter-height
Unity Issue Tracker - NavMesh carve is changing because of the capsule shaped NavMesh obstacle...
Reproduction steps:1. Open the attached project;2. Open the scene "BugDemo";3. Enable "Shows NavMesh" in the Scene window;4. Enter P...
https://docs.unity3d.com/6000.4/Documentation/ScriptReference/AI.NavMesh.Raycast.html
Unity - Scripting API: AI.NavMesh.Raycast
scripting apiunityainavmeshraycast
https://docs.unity3d.com/ru/2018.4/Manual/nav-BuildingNavMesh.html
Building a NavMesh - Unity Manual
The process of creating a NavMesh from the level geometry is called NavMesh Baking. The process collects the Render Meshes and Terrains of all Game Objects...
building anavmeshunitymanual
https://discussions.unity.com/t/setdestination-can-only-be-called-on-an-active-agent-that-has-been-placed-on-a-navmesh-77880/77880
"""SetDestination"" can only be called on an active agent that has been placed on a NavMesh."...
Aug 4, 2013 - Whe I create a prefab with a navmesh agent in it, and drop it in a scene, I can programmatically set the destination with this code as a specific point in the...
https://docs.unity3d.com/ScriptReference/AI.NavMesh.SamplePosition.html
Unity - Scripting API: AI.NavMesh.SamplePosition
scripting apiunityainavmesh
https://issuetracker.unity3d.com/issues/navmesh-stretches-appear-when-there-are-stairs-with-varying-size
Unity Issue Tracker - NavMesh gets stretched between stairs and the voxel tile edge when the last...
How to reproduce:1. Open the user's attached "UnityPathfindingTesting" project2. Open the "PathfindingTesting" Scene3. Enable "Show ...
https://docs.unity3d.com/ru/2020.2/Manual/nav-BuildingNavMesh.html
Building a NavMesh - Unity Manual
The process of creating a NavMesh from the level geometry is called NavMesh Baking. The process collects the Render Meshes and Terrains of all Game Objects...
building anavmeshunitymanual
https://docs.unity3d.com/ru/2018.3/Manual/nav-BuildingNavMesh.html
Building a NavMesh - Unity Manual
The process of creating a NavMesh from the level geometry is called NavMesh Baking. The process collects the Render Meshes and Terrains of all Game Objects...
building anavmeshunitymanual
https://docs.unity3d.com/560/Documentation/Manual/class-NavMeshLink.html
Unity - Manual: NavMesh Link
The Unity Manual helps you learn and use the Unity engine. With the Unity engine you can create 2D and 3D games, apps and experiences.
unitymanualnavmesh
https://discussions.unity.com/t/move-navmeshagent-off-of-navmesh-temporarily/674419
Move NavMeshAgent Off Of NavMesh Temporarily - Unity Engine - Unity Discussions
Aug 17, 2017 - I have an animation. See the attached GIF. During the game I have one of those other spheres, which have navmeshagents, move to the location of the...
unity enginemovenavmeshtemporarilydiscussions
https://discussions.unity.com/t/moving-object-by-pressing-buttons-using-navmesh/766330
Moving Object by Pressing Buttons Using NavMesh - Unity Engine - Unity Discussions
Nov 21, 2019 - Hello! Currently I am working on a project and I want to move the car. Inside the car there are buttons as can be seen in the image. When a user presses a...
unity enginemovingobjectpressingbuttons
https://megacrush.gitbook.io/megacrush-unity-assets/runtime-navmesh-baker/runtime-navmesh-baker-user-manual/installing-samples/click-to-move-sample
Click To Move (Sample) | Runtime Navmesh Baker | Megacrush Unity Assets
Provided as a part of the Samples
click tomovesampleruntimenavmesh
https://discussions.unity.com/t/how-to-get-a-vector3-path-from-navmesh-agent-247971/247971
How to get a vector3 path from navmesh agent? (247971) - Questions & Answers - Unity Discussions
Aug 18, 2021 - I would like to implement a turn-based movement system (think x-com) and for that, I need a vector3 of all the positions the agent will move to in order to...
how to get a
https://megacrush.gitbook.io/megacrush-unity-assets/runtime-navmesh-baker/runtime-navmesh-baker-user-manual/technical-details/input-system-old
Input System (Old) | Runtime Navmesh Baker | Megacrush Unity Assets
inputsystemoldruntimenavmesh
https://docs.unity3d.com/Packages/com.unity.ai.navigation@2.0/manual/NavMeshModifier.html
NavMesh Modifier component reference | AI Navigation | 2.0.12
component referenceai navigationnavmeshmodifier