Hello, I making a game like “Ice Tower”, when player touch platform, .they should jump. I tried use a bouncy material, but the force of the jump is constantly increasing. How I can do, that when player touch platform, they automaticly jump?
You could use Raycasts to detect whether there is a platform near the player. If there is you just add force to the rigidbody of the player