This version of Unity is unsupported.
Method group is Obsolete

OffMeshLink.autoUpdatePositions

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

Description

Automatically update endpoints.

The OffMeshLink component will try to match endpoint transforms specified by startTransform and endTransform . See also UpdatePositions.