So I have an object with the 8direction and physics behaviours. I want to simulate gravity by adding a force to it in the positive y-direction and I do it every x seconds. It works just as I intended when I just let the object drop to the ground but when I press the left or right key it stops falling. How do I let it be affected by gravity even when I am moving the object?
Is this the best way to simulate gravity or can you nudge me in another direction please?
Cheers!