I have a problem with the character that keeps jumping endlessly if i hold down the input button. i want the character to wait for the next input to jump. i made a custom touch system where i can check if the player swiped in a different direction. how can i solve this problem?
Don’t connect the “Ongoing” pin to your jump action. Otherwise the jump action is called every frame and once you hit the ground the character will jump again immediately.