- Home /
Play animation after falling?
Hey so i want it so, After the player has Fell and landed, so it plays the animation. What code would i use for this?
If it helped im Using First Person Character Controller. I appreciate any help. Thankyou
Comment
Answer by DrSega · Jun 07, 2013 at 12:09 PM
Maybe use IsGrounded as a variable and then if IsGrounded is false for a certain amount of seconds, for example, 5 seconds, then when it IsGrounded is true make it play the animation?
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Wait Random time then play animation 2 Answers
How make an object fall after a cube moves off the object? 1 Answer
Animay play in editor 0 Answers
Creating a function to use as an event in an animation? 1 Answer