Is there a way to make 2d nav not be all funky?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Tentamens

2d navigation is all wonky for me where they go WAY of the best path. Not just going slanted a bit instead of straight, but full on going behind the point and than walking back to it. the nav poly isn’t to small, there’s no obstacle’s or anything like that.
the code:

path = Nav_poly.get_simple_path(global_position, Nav.Destionation, true)

:bust_in_silhouette: Reply From: GodotDevOlper

You should change the true in

path = Nav_poly.get_simple_path(global_position, Nav.Destionation, true)

to false that should fix your problem