V_lt_r
(V_lt_r)
1
I am currently in the process of setting up my jump animations.
I have a simple setup that goes from idle, to to jump start, to jump loop, to jump end and back to idle.
For some reason it stays on the jump loop animation and never transitions back to idle.
Can anyone spot my error?
FrankieV
(FrankieV)
2
Your making the transition rules to complicated.
To get into the loop you just need a condition statement.
Is in Air ----> Can enter transition
To exit
Is in Air—>NOT–>Can enter Transition
What you have set up is a compare between two different values as to being true or false.
V_lt_r
(V_lt_r)
3
I’m pretty sure what you are telling me is the same just a different way.
I am just setting the results to true regardless of the jump state as I want them to transition through to the loop in all cases.
I could check the value of Is In Air which I was actually doing originally however this still gets it stuck in the loop.
FrankieV
(FrankieV)
4