Animation link with grid graphs

Hello! I am able to get pathfinding working over multiple grid graphs using either NodeLink and Nodelink2. However, I’d like to be able to trigger an animation crossing these links. Since they are grid graphs, I am not able to use RichAI and AnimationLinkTraverser. Is there a recommended way to achieve this? Maybe a way to know which node the AI is currently traversing?

Hi

With the AIPath component, this is currently not possible to automatically detect, I’m afraid.
You’d need some custom code to detect when the agent is about to use a link.

I’m working on new movement scripts where this will be much easier.