Hi,
I am creating a 2D platformer with a moving boat. I am currently using the platform behavior for my character but am having trouble when the player jumps in the air on the boat he does not keep the forward momentum. Is there a way to resolve this?
Thanks!
Develop games in your browser. Powerful, performant & highly capable.
Use "Set vector" actions. But you can't set a vector higher than the maximum speed, so you might need to temporarily increase max platform speed.