I have a ball set as a dynamic physics body which correctly hits static bodies, but if I set the ball to be of kinematic body type it just goes through the static bodies!?
Does collision detection not work with kinematic and static bodies or do I have to implement it in a different way?