Slow Animation? Or what

So i recently added a walking animation for my 3rd person view character. it works an all but when it plays the animation it stops then loops it again

Its like walking? then stop the animation for awhile. Then walks again.

its still able to move, but the animation stop every time the single animation is done and doesnt continues looping

I am using the 3rd person prefab controller, that mechanic guy.

Help?

Thanks in advance

Animation is more complex then you would think. Make sure you are using animation layers correctly in your scripts and also make sure to set a correct wrap mode for your animations, else you will get quirky results. Also, check out animation blending and crossfading, as these are import scripting concepts to get down in order to have animation properly working for your characters.