RichAI - Is it possible to turn off clamping?

Hi,

I’m using the RichAI component with a recast graph. It works well but I was wondering if there was a way to switch off the clamping to the graph. I occasionally move some obstacles and rescan after the movement and it can produce some strange results with clamping. I also want to be able to push my AIs around and sometimes that will involve pushing them across a gap between sections of the graph but with clamping that is not possible.

Hi

For the RichAI script this is not possible. This is because due to how the RichAI script works it literally doesn’t know how to move unless it is on the navmesh.
You can use the AIPath script instead for which navmesh clamping is optional.

Ok, thanks for the insanely speedy reply! I’ll take a look at AIPath.