I'm currently building a platformer in cocos2d-x and therefore i'm using a tmxtiledmap and chipmunk physics. My problem is that in the moment EACH tile of the map gets its own physics body which obviously isnt really memory saving:D Is there any method to "recognize" that multiple tiles are next to each other and therefore only need one physics body?
Greets FreezZl