Make player snap from node to node, rather than slide betwen nodes

Hi all, I am using the AILerp script on my player to move from node to node along a path, but I want the player to snap to each node rather than slide. Is there a way to alter the code for this? I am digging around in the Seeker script and the AILerp script and I’m not entirely sure which part of the scripts is controlling the sliding motion. (I want the player to “teleport” from node to node)

Hi

This is not possible with any of the built-in movement scripts, I’m afraid. But you can write your own movement script that does this. See Writing a movement script - A* Pathfinding Project