This version of Unity is unsupported.
Method group is Obsolete

NavMeshLinkInstance.valid

Obsolete valid has been deprecated. Use NavMesh.IsLinkValid() instead. public bool valid;

Description

True if the NavMesh link is added to the navigation system - otherwise false (Read Only).

Additional resources: NavMesh.IsLinkValid.