Hi @KristoDaHeisko,
Looks like it should be a simple fix!
What you currently have in your animator is probably a **Trigger Parameter.**
What you want is a **Bool Parameter.**
As shown below, you can see the difference (radio button (Trigger) vs checkbox (Bool)):
Idle To Running:
![Idle to Running, shows Bool Parameter and usage][1]
Running To Idle (Note how **the condition is false**):
![Running to Idle, shows false as condition][2]
So change your parameter to a Bool parameter and it should all work out!
I hope it does, best of luck!
If this helped, please accept this answer, it'd be much appreciated! :)
If you need any more details, let me know!
Cheers,
ThePersister
[1]: /storage/temp/83109-idletorunning.jpg
[2]: /storage/temp/83110-runningtoidle.jpg
↧