Skip to main content

Questions tagged [navmeshsurface]

Filter by
Sorted by
Tagged with
0 votes
0 answers
31 views

In Unity 6, I have a NavMeshSurface attached to a floor with other items as NavMeshObstacles and this seems fine. The problem is,...
daijo's user avatar
  • 1
0 votes
1 answer
206 views

Unity allows the runtime generation of NavMesh surfaces with the Unity.AI.Navigation package through the BuildNavMesh method. However, this function re-bakes the entire NavMesh in the current scene, ...
Alec McKay's user avatar
1 vote
0 answers
442 views

I'm pretty new to gamedev, so please bear with me. So the end goal here is to have some platforms that spawn in, and the player has to stay on the platforms to stay alive, while an enemy roams the ...
Braeden Corr's user avatar
1 vote
1 answer
3k views

I am using the NavMeshSurface component in Unity to generate a navmesh of walkable areas in a procedurally generated level. I am working on some basic behavior to use with a NavMeshAgent. I want to ...
GaleRazorwind's user avatar