Hi, I having a problem with agent moving. The agent doesnt stop when it reach the target, it make a circle moving few times around target before stop. Addition, the agent doesnt follow the path smoothly, sometime it move away the path then come back.
Here is the video of my problem:
https://drive.google.com/file/d/1RAyTG66E4timflfqpA2yUy-IzI8FomxD/view?usp=sharing
It seems to me that the problem is in the scale of the agent. The agent is very large, and the parameters in the script are low. You can also try AIlepr.
Hi
You can adjust the max acceleration to reduce this. But you might also want to try out the AILerp movement script as it looks like that might be a better fit for the type of movement you want.