How to not use any movement acceleration?

Is there a way to prevent an AI using RichAI and Recast Graph to NOT use any acceleration or deceleration in its movement?

I just want the character to move directly to the position without any slowing down or speeding up.

Thanks.

It seems if I put Acceleration to something high (say, 1000), it gets the desired effect, but it seems hacky. Is there a non-hacky way to get this effect?

Hi

The RichAI movement script is inherently built around using acceleration unfortunately. The best you can do is to set it to a very high value.
You could try to use the AILerp script instead (together with the FunnelModifier) which moves much more directly and does not use acceleration.