RPG.Movement.Mover.Update () (at Assets/Scripts/Movement/Mover.cs:23)
Getting this after adding the line: navMeshAgent.enabled = !health.IsDead(); and animations break.
If I comment it out, then the game is back to working except the navMesh not disabling. What elese should I check?