I have succeeded with “dynamic” objects and sensors. In the Drag platforms sample I am trying to get a collision event from dragging a platform into a sensor. [import]uid: 7177 topic_id: 1486 reply_id: 301486[/import]
I believe that should work if the sensor is a dynamic (not static) bodyType.
If that still isn’t working, can you provide a code sample?
(The general rule in Box2D is that a collision event requires at least one of the bodies involved to be dynamic. Static and kinematic bodies don’t collide with each other in any combination.) [import]uid: 3007 topic_id: 1486 reply_id: 4211[/import]