How can i make the fall animation like in pubg

how about using an initial animation like the paragon assets or you could add a new state based on a variable. basically create a variable in the animation graph called first fall and have a transition based on is falling and the variable, then when you land set the variable to false so that the next time your falling it uses the jump animation. seems like it would work but i dont have time to test at the moment.