How to Stop Avoiding Mountains?

Hi,

In my game, the player can simply walk on mountains and, thus, I don’t need to avoid them. How can I turn off the A* mechanism that creates paths that avoid mountains (or surfaces with high slope)?

Thank you!
Celso M. de Melo

If you are using a grid graph. See Grid Graph settings -> Max Slope and Max Climb settings.

Thanks for the quick reply! That worked great.