While moving a game from Box2D to Simple Physics, all my collision detecting in my Scene behavior stopped working. I was confused, because I wrote a simple game first to check if my assumptions are right but I wasn't
I took me a second to recognize that collisions in Simple Physics are only reported to the actor that collides, collision events in scenes / scene behaviors are not triggered, is this correct?
/confused.dripple