how can i make the animator stop the correct animation even if its not finish and start a different one?
i want to make the shoot animation to begin without waiting for the current one to end.
any hit guys?
how can i make the animator stop the correct animation even if its not finish and start a different one?
i want to make the shoot animation to begin without waiting for the current one to end.
any hit guys?
If you are using Unity 4, then you probably need to remove the “Exit Time” transition condition and leave just a bool variable to indicate when the transition should happen.
If you are using Unity 5, then you should disable the “Has Exit Time” option which is visible in the inspector when the transition is selected.