Animator doesn't transist when it should. [SOLVED]

Trying to switch from an idle state to a run state, - dont work
while idle → jump works and jump → run works.

But for some odd reason i can’t switch from idle → run

Image

Check out the issue in this vid…

Any ideas?

SOLVED

Haha solved, fools mistake…

Trying to exit the state idle with the command

If speed is both greather than 0.1 and less than -0.1 at the same time.
Had to add a secondary layer… lol…

It works… Screenshot of working for future thread readers…