Collision detection problem

Hello everyone,

I am making a simple game based on the example game “Runner”. I can’t solve one problem. Sometimes when the character falls to the ground, the collision with the ground is not detected and hero cannot jump up again. Can anyone give me some advice on this ?

Does the hero fall through the ground?

Do you have any errors in the console?

What does it look like if you enable physics debugging? See: Debugging in Defold

1 Like

I will check in debugging. Thanks