There is something I don’t understand.
I have two objects A and B both with a collision object; type A is Kinematic and type B is static. When A and B collide I get the message “contact_point_response” in a script attached to A. Everything fine.
If I change the type of the collision object of B to trigger (and I do NOT change the type of the collision object of A) then I don’t get anymore the “contact_point_response” in A.
But according to the docs, the message “contact_point_response” should be sent since A is kinematic.
What am I doint wrong?
Many, many thanks!
Ciao!