An error occurs in `followerEntity.GetRemainingPath()` if there is an offMeshLink in the path

An error occurs in followerEntity.GetRemainingPath() if there is an offMeshLink in the path

This is Error Logs:

InvalidOperationException: Operation is not valid due to the current state of the object.

Pathfinding.Util.CircularBuffer`1[T].PopStart () (at ./Packages/com.arongranberg.astar/Core/Collections/CircularBuffer.cs:93)

Pathfinding.PathTracer.PopParts (System.Int32 count, Pathfinding.ITraversalProvider traversalProvider, Pathfinding.Path path) (at ./Packages/com.arongranberg.astar/Utilities/PathTracer.cs:1571)

Pathfinding.FollowerEntity.GetRemainingPath (System.Collections.Generic.List1[T] buffer, System.Collections.Generic.List1[T] partsBuffer, System.Boolean& stale) (at ./Packages/com.arongranberg.astar/Core/AI/FollowerEntity.cs:1677)

Pathfinding.FollowerEntity.GetRemainingPath (System.Collections.Generic.List`1[T] buffer, System.Boolean& stale) (at ./Packages/com.arongranberg.astar/Core/AI/FollowerEntity.cs:1624)

Thanks!
This was indeed a recent regression. I’ll include a fix in the next update.