Have an issue with this click-to-move nav agent pausing between nav mesh polygons. Unsure what is causing it. Code:
Followed this tutorial:
NavAgent/NavMesh Click-To-Move issues
if navigationAgent.is_navigation_finished():
return
My guess is this is firing when it shouldn't be. Not sure why though.
award after testing without that line, the problem still occurs :/