Jump problem
Hi everyone, I cant't make my character jump for a long time, one day ago I found out that gap called Kinematic can be the reason. I tried to activate Constraints Z, but it still didn't help, moreover circle and box colliders don't work too and I don't understand why it doesn't work.
Answer by hsnzkg · Jun 06, 2021 at 10:54 PM
First of all try to learn "Rigidbody" components for example constraints, modes etc.
After that watch a simple jump logic video or read the documentation below.
This one is for "Character Controller Component" https://docs.unity3d.com/ScriptReference/CharacterController.Move.html
This one is for 2D https://answers.unity.com/questions/683818/making-a-jump-with-rigidbody2d-character.html
Your answer
Follow this Question
Related Questions
Checking if the player jumps while not grounded 0 Answers
Player flies off after jumping after collision. 0 Answers
After jump animation problem 0 Answers
make rigidbody jump and maintain velocity 1 Answer
how to jump in a 2D game 2 Answers