I'm making a game where there are a lot (hundreds) of small solid objects, and the player can collide with them. When the world scale is set to 1, everything seems to work fine. But when the world scale is set to something smaller, like 0.6, the player will some times collide with one of the many sprites, even though they are not overlapping. Are there known issues with world scale affecting collisions?