My character is flying up and i cant walk, move,...

Okay guys, I solved flying up, but my character is still doing animation (falling_idle)…

Need more info, including your code.
Looks like your character is assuming the ‘not grounded’ state which makes him perform the falling animation.

Also what is your gravity set to?

Consider working through some of the learning material - these issues are simple elements that are taught to perform when setting up a character controller.

Okay I solved flying up, but my character still doing animation (falling_idle)

Because he thinks he is not grounded.
Are you using your own character controller or someone elses?

Show your state machine and code - showing the character falling, we all know what that looks like.

I solved, I had mistake in script

1 Like