RichAI FakePath

Hi there
We are using RichAI.SetPath(ABPath.FakePath()) in Navmesh Graph
We want RichAI to go past the set point and then move on to the next point. But RichAI skips the middle set point and moves directly to the end point.

Hi

Sorry for the late reply.
The RichAI follows the list of nodes in the path and it uses the funnel algorithm to simplify the path within those nodes. It completely ignores the vectorPath that you pass in (except the first and last points).

If you want a movement script that follows a list of points, you might be better off with the AIPath movement script.