RichAI prevent snap

How would I prevent rich ai snaping to navmesh? Instead letting it move from the point its standing on to the closest point on navmesh?

Hi

The RichAI movement script needs to be on the navmesh for its movement to work. However, you can use the AIPath script instead which just follows a list of coordinates internally, it will do what you want by default.

See also https://arongranberg.com/astar/docs/movementscripts.html