Hi, I downloaded this asset for my game Unity Asset Store - The Best Assets for Game Making and I’ve noticed that it jumps really low, not even ankle height. I was wondering if there was anyway I could easily change the animation or if it would be easier to do some scripting? I would really appreciate the help.
Check the height of character against orthogonal grid of editor view. If the character is way taller than 2m it probably is the reason. You can scale the character from import settings if so.
Thanks for your reply I’m not sure how to do what you’re asking as I’m new to unity and 14 years old. Would you be able to provide a description of how to check the height of the character against orthogonal grid? I’d really appreciate it
What I mean; go to side view and check the grid; one grid square is 1 meters. Or, alternatively, add one Unity default cube from Menu GameObject\3D Object\Cube, it too is 1m on each side.
So, compare your character size to either grid or to default cube, and see how tall it is compared to these. If your character is way taller than 2m, say, 100m - then it’s possible that you can’t see your character jumping (as it might jump only 1m, and your character is 100m tall).
All this of course based on the fact that I’m guessing this might be the reason your character behaves like this.