AILerp Speed Not Functioning

I have the setup below running, but if I set the AI Lerp speed in the Inspector, no change happens. I’ve tried setting it in the actual script too with no avail

Hi

I am not sure why that would be happening. I just tried it in the ‘2D’ example scene and changing the speed definitely works. Are you sure you are changing it on the correct GameObject?

I’m sure it’s on the correct game object. Does the Switch Path Interpolation, Repath Rate, or the Smooth Component affect the final speed? Also, I’m trying to actually make the speed slower, but changing it to values lower than 1 such as .0001 or .000001 do absolutely nothing.

SOLVED.

I found that the Simple Smooth Modifier was causing the fast speed… unchecking Uniform Length solved the problem.

Hi

Ah.
What version are you using?
In 3.8 a bug was fixed in the SimpleSmoothModifier that could explain the behavior that you were seeing.

I’m currently using 3.8.2.