I’m using object pooling on agents with the RichAI component on a recast graph and when they respawn they seem to still have their old path that they try to complete.
I was using RichAI ai.SetPath(null); but that doesn’t seem to be working.
How can I completely cancel a path?