Problema con el NavMeshAgent!!!

el NavMeshAgent tiene dos funciones .isOnOffMeshLink + .move(). Al usar el Move() no detecta algun OffMeshLink cercano necesito que solucionen este problema.
private IEnumerator Start() {
while (true) {
if (_ia.isOnOffMeshLink) {//<<Nunca entra
print(“si”);
}
yield return null;
}
}

Hello and welcome to the forum.

  1. Please use english
  2. Please use code tags to post code (first sticky on this subforum)
  3. Please dont create useless (?) polls. I mean, i cant really read it, but somehow this tends to be the norm.

Afterwards i’m sure somebody can help you.