Is your feature request related to a problem? Please describe.
Add a script to implement a better platforming jump than relying on the physics engine in Unity. Aims to make jumps feel less 'floaty'
Describe the script you'd like
A script that takes a user input and makes an attached game object perform a 'better jump'. The gravity scale should be increased on falling to make jump feel less floaty.
Is it 2D or 3D (or both) - if there would be any difference between 2D and 3D please raise them as separate issues
2D
Additional context
Provide falling gravity scale and initial jump strength as adjustable values in the script. betterJump() should be a public function which can be called in the script to perform the jump
Is your feature request related to a problem? Please describe.
Add a script to implement a better platforming jump than relying on the physics engine in Unity. Aims to make jumps feel less 'floaty'
Describe the script you'd like
A script that takes a user input and makes an attached game object perform a 'better jump'. The gravity scale should be increased on falling to make jump feel less floaty.
Is it 2D or 3D (or both) - if there would be any difference between 2D and 3D please raise them as separate issues
2D
Additional context
Provide falling gravity scale and initial jump strength as adjustable values in the script. betterJump() should be a public function which can be called in the script to perform the jump