I have a bullet (kinematic collision object) and a floor (Static collision object) and sometimes the bullet is not destroyed.
function on_message(self, message_id, message, sender)
-- check for the message
if message_id == hash("collision_response") then
go.delete()
end
end
PS: I found the problem, the collision object is not scaled, how can scale floor gameobject and boxcolision mask?