This version of Unity is unsupported.
Method group is Obsolete

OffMeshLink.biDirectional

Obsolete biDirectional has been deprecated together with the class. Declare the object as NavMeshLink and use bidirectional instead. public bool biDirectional;

Description

Can link be traversed in both directions.

When false the link can only be traversed from start to end.