Animation Transaction Issue

Hello All,

I am using Unity 5 through animation transaction from attacking and walking, though i unchecked the bool value i am still completing the animation before going back to walking state again but it works fine while i switch from walking to attacking it changes instant any suggestions

Thanks in Advance.

If you want an animation to end immediately, you should uncheck the “has exit time” parameter in the inspector. Let me know if that was the issue :wink:

thanks that fixed it