Make character walk in sequence
Posted: Wed Mar 07, 2018 6:48 am
Hello,
I want to make a character move during a sequence and play the walking animation. I could only find the code below but I don't want speed to increase up from 0 to 2 in 3 seconds, but stay at speed 2 for 3 seconds but I cannot figure out how to do that. Any ideas? Thank you
I want to make a character move during a sequence and play the walking animation. I could only find the code below but I don't want speed to increase up from 0 to 2 in 3 seconds, but stay at speed 2 for 3 seconds but I cannot figure out how to do that. Any ideas? Thank you
Code: Select all
AnimatorFloat(Speed,2,speaker,3)@0;