Example #1
0
 private void OnDestroy()
 {
     if (navMesh == null)
     {
         return;
     }
     navMesh.UnregisterAgent(this);
 }