Collision don't reacts

I made a collision object (with a shape) but it not react when it collides! I have two groups and the groups are Girl and player and both ad the one with Girl has the mask player an another with the group player has the mask Girl. They are in Kinematic mode.:confused::confused::confused:

#:defold:
#Defold

One thing you can do to help you debug is to enable physics debug. Open game.project, scroll to the physics section and check the debug checkbox. With debug enabled you’ll see all collision shapes rendered in the game. If they are there but nothing happens when they collide then double check the groups and masks of the colliding objects. Check that you haven’t misspelled any of them.

2 Likes