I'm trying to make a runner type game and in the game I wanted to make enemies that jump (continuously).
I tried the physics bouncing movement type, but for some reason the character isn't bouncing off the platform. It bounces off mid-air. I tried all the collision shapes, but the same thing happens.
How would I go about doing this?