Have an issue with this click-to-move nav agent pausing between nav mesh polygons. Unsure what is causing it. Code:
Followed this tutorial:

if navigationAgent.is_navigation_finished():
        return

My guess is this is firing when it shouldn't be. Not sure why though.