This version of Unity is unsupported.
Method group is Obsolete

NavMeshLinkInstance.Remove

Obsolete Remove() has been deprecated. Use NavMesh.RemoveLink() instead.

Declaration

public void Remove();

Description

Removes this instance from the game.

This method is an identical but convenient alternative to NavMesh.RemoveLink. If the instance is not valid, e.g. has already been removed, the call has no effect.

Additional resources: NavMesh.AddLink, NavMesh.RemoveLink.