I’m starting with Unity. I’m trying to implement the jump behaviour for my character, which is a RigidBody. The problem that I am encountering is that the rigidBody falls with constant speed, instead of it being increased with time as it falls. I mean, it is completely constant.
What I would like to do is a simple and typical jump. In this type of jump, the subject starts going up with the same speed that it will have in the moment of landing (supposing that the starting and finishing points are the same).
Thanks!