Function Path.CheckTraversalProviderCompatibility

CheckTraversalProviderCompatibility ()

Checks the traversal provider for compatibility with the current version of the A* Pathfinding Project.

Private
void CheckTraversalProviderCompatibility ()

Checks the traversal provider for compatibility with the current version of the A* Pathfinding Project.

This is only done in the editor, and only once per traversal provider type. If the traversal provider does not implement the latest version of the ITraversalProvider interface, an error will be logged.

Note

This is not called in builds, so it will not affect performance in production.