Contact_point_response stops working (SOLVED)

Hello,

I’ve just started with Defold, for my first tutorial I started with a simple game.
Unfortunately after a while my paddle stops sending collision messages.

Is this a bug or… ?

Thank you

Could you go to game.project and check the physics debug box? This will show all collision shapes, collisions and so on. Do you see anything unexpected with debug enabled?

1 Like

I checked… And I found the problem. My Collision mask was set to static and it was not moving with the game object.

Thank you!

2 Likes