How can I detect if next point in path is NodeLink2?

@halime

The new FollowerEntity movement script has good support for off-mesh links.
You can for example use properties like ai.offMeshLink, ai.currentNode, ai. isTraversingOffMeshLink and methods like ai.GetRemainingPath (there’s an overload that returns all off-mesh links in the remaining path).

1 Like