Recast Graph, RichAI Reset path and stop isntant

Hello,
I currently use the RichAI with a Recast Graph.

I want to archive a full “reset”.
Which means: I want to stop the agent and reset the path.
Currently, I’m able to stop the agent but once I reenable the movement, it continues the previous path.

Hi

You can call

ai.SetPath(null);

to clear the current path.