I have a character that I am trying to make jump. I can make them move left and right with inputs and setting velocity and what not, but the jump isn’t working. I’m using AddForce like so:
“Jump” appears in the console so the function is being called, but the character doesn’t move. However, when I put the number being multiplied in the function (125) to something really high like 500, the character shoots up in the air. Does anyone know why it is working like this?