Animation Link won't play animation during off mesh link traversal?

I’m trying to use off mesh links to play animations when npcs climp/jump over objects. However upon traversing the link, no animation plays. I am using the animation link, rich ai, and I have an animation component with the animation I want attached to my npc. Not sure what I may be doing wrong here

Hi

The RichAI gameobject also needs an AnimationLinkTraverser component to handle that. It will register to RichAI.onTraverseOffMeshLink and play the animation during the off-mesh link traversal.