Help! My character keeps falling through the ground

even though I’ve set collision object for both of them, what am I missing ?

  • I just copied the Character Scripts from a tutorial from the official ones.

I just made the map, made the character then set collision object for everything but still the character goes through the ground, They interact with each other as the arrows show, but still not working :

Here is everything I’ve done in the main.collection :

I’ve also made the tiles in a group and put the Character in the other one like this :

1- This is the setup for the ground :

2- This the setup for the Character:

Thanks everyone for helping me learn Defold.

The problem is likely in the script where you detect and resolve the collision. Have you followed the runner tutorial for details on how to resolve kinematic collisions?