How to change physics properly?
Hello, I am making a platforming fps game, yet when I put in the jump script I and press play, I can jump easily except that when I fall off obstacles I fall straight to the ground. I put physics down to -1 because -9.81 wouldn't cause me to jump at all. Help please?
Show the relevant code to jumping. We cannot see what you have done so we cannot say why you cannot jump.
Insert the code block in a code sample
in the menu above (101 010) for the jumping.
Also, 9.81 is gravity on Earth, you don't want to play around with that unless you want a different gravity pull that you would experience on different planets.
Your answer
Follow this Question
Related Questions
Rigidbody doesn't seem to apply gravity 1 Answer
Character not jumping smoothly using CharacterController 0 Answers
Problem with Animator and transform.position and physics 1 Answer
Changing gravity depending on character/camera rotation 0 Answers
how would I make a capsule rotate and go down a platform on the y axis? 0 Answers