Slope/Steepnes Settings on NavMesh Graph

Hi there,

is there any way to limit the a slope limit on a NavMeshGraph? I use the AiPathAllignToSurface for Movement and i move the character around a comet like spherical object and i dont want it to go up super steep walls.

Hi

There is not. The navmesh graph is designed to take an input mesh as-is and create a navmesh from it. Any kinds of modifications to the navmesh would need to be done by your script before you feed it to the NavmeshGraph.

Is it possible to modify the Node Connections from the navmesh via code?

Yes. See Graph Updates during Runtime - A* Pathfinding Project

Perfect Thanks for the help

1 Like