Collision type help!

I’m trying to detect collision from 2 objects that are both kinematic using GlobalCollision. Is that possible? and how [import]uid: 49286 topic_id: 14947 reply_id: 314947[/import]

Kinematic bodies do not collide with other static or kinematic bodies. So you cannot detect a collision between 2 kinematic objects. :slight_smile:
[import]uid: 71210 topic_id: 14947 reply_id: 55183[/import]

Thank you :slight_smile: and can kinematic and static collide ? [import]uid: 49286 topic_id: 14947 reply_id: 55187[/import]

Cannot… My previous post says it. “Kinematic bodies do not collide with other static or kinematic bodies.”
So may be we should conclude that for collision to occur, one of the colliding bodies should be dynamic. :slight_smile:
[import]uid: 71210 topic_id: 14947 reply_id: 55203[/import]

Cannot… My previous post says it. “Kinematic bodies do not collide with other static or kinematic bodies.”
So may be we should conclude that for collision to occur, one of the colliding bodies should be dynamic. :slight_smile:
[import]uid: 71210 topic_id: 14947 reply_id: 55204[/import]