edited January 2016 in Makinom Support
Again, using the makinom tutoral player controller, I have a question. Upon jumping, if I click jump while in midair again, my character will freeze/float in midair. This part is good, but what I want to do is when he is floating, by pressing the vertical key, he will either float up or down. I tried to racked my brain to come up with a solution, but I couldn't. I hope you can enlighten me :)
Post edited by Shadow_Fire on
  • You'll need to check if your player is in this floating state, e.g. through setting an object variable to mark him floating. If the player is floating, change the controls to float him up/down (e.g. Move node without gravity).
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • Ah, so easy. Thanks GiL.
Sign In or Register to comment.