Mecanim delay?

I dont know if its my sided problem or something else.
Anyway, lets get to the point.

When pressing W it sneds out boolean isMoving in true value and sets it to the animator component which plays the animations.

The problem is that whenever i press W it waits about 1 sec until it starts playing the animation, how do i remove the delay?

would you mind print screen your animator window together with the transition?
the problem is probably in the transition or the animation it self.

Check to see if the transitions have “Has Exit Time” Checked. what might be happening is it’s waiting for the idle animation to finish before running.