Hi
Is there a way to have a cooldown on jump button pressed. Currently we can spam the jump button and causing animation to not play cause the previous jump animation has not complete
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
If you want the Player to be able to jump while LandSoft is playing, you can create a Transition from LandSoft to Jump that uses the same conditions as that from Locomotion to Jump.
If you want to prevent the Player from being able to jump until a certain time has passed after they land (a duration that e.g. matches the length of the LandSoft animation), you can attach a custom script to the Player:
Thanks