Unity Engine documentationScript ReferenceUnityEngineUnityEngine.AIOffMeshLinkoccupiedIs link occupied. (Read Only)Read time 1 minuteLast updated 6 days agoDefinition Type: Property Namespace: UnityEngine.AI Assembly: UnityEngine.AIModule WarningDeprecated. occupied has been deprecated together with the class. Declare the object as NavMeshLink and use occupied as before. public bool occupied { get; }