Hello would anyone know a simple code to make my player jump higher then it standard high.
My player can jump but in my game I’m working on he needs to jump high enough to jump on different tiles
He has a character controller and animation on him
Hello would anyone know a simple code to make my player jump higher then it standard high.
My player can jump but in my game I’m working on he needs to jump high enough to jump on different tiles
He has a character controller and animation on him
You can create a physics2D material.
Click the created material. You can see a field called “Bounciness”. Input a certain value inside it.
Then Click your tile from where the player will jump.Inside Box collider you can see a field named Material.Drag the physics material inside it.You can change the Bounciness value until you get satisfying result.