I am new to unity, I’m still a beginner and I created a character with some simple walk, run, and jumping animations (without using physics, just animating the character jumping). I ran into this issue where my character keeps going down in the y-axis each time i jump.
Before jumping:
After jumping playing the jump animation:
Each time I press the jump button the character will play the jump animation and will decrease the y-axis.
I made sure that my jumping animation starts and ends in the same position. Any idea on how to fix this?
Thanks <3

