I’ve a character animated using mecanim animator.
When the character have to fall I use a ragdoll, and I need to deactivate immediatly the animator. To do so, I’m enabling/disabling the animator component, but this procedure is too slow.
Is it possible to stop the animator like the single animations (using something similar to animation.Stop()) ??