#2D Movement Physics Problems
5 messages · Page 1 of 1 (latest)
A good example is the template script generated for CharacterBody2D. I always begin there and do any changes. You can compare and see why yours doesn't work.
sorry, away from the computer at the moment and there's no way to check it directly for you.
out of the top of my head, isn't your falling speed too quick with:
velocity.y = GRAVITY ?
oh yeah, I did try using that but the character moved so fast until it can't move at all, and it also can't jump