Floating Actor with Jump Ability-PLEASE HELP

I am trying to do something similar to a running man game, however, I am incorporating a fish. I want him to float/swim in the water and be able to jump over obstacles. I have tried a few different things but the fish jumps and then returns to initial position prior to jump. How would you go about this?

Best Answers

  • safransafran Posts: 32
    Accepted Answer

    If you have gravity (or accelerate down) behaviour, you just need to add accelerate up when button is pressed and in the else form field use original speed/acceleration.

  • jamie_cjamie_c ImagineLabs.rocks Posts: 5,772
    Accepted Answer

    I have a tutorial below that show how to create movement and jumping of a character. You can make the character any type of character you like:

Sign In or Register to comment.