Hi there! I have been having a problem where my player doesn’t collide with the tilemap in matter.js, but rather, just falls through the map as if it doesn’t have collisions - witch it does, I added them in tiled.
Have player and tile bodies if the matter debug mode is turned on?
I’m not sure but in my tilemaps tiles have property “polygon” which contain body coordinates, perhaps it requires for Matter.js to create tile body, but I’m not sure.
> {
Mmm. I have for a fact, added collisions to the different tiles in the tilesets. But even so, don’t tile collision boxes default to the original tilesize? if unspecified?
Thanks for your help, I’ll look into this more.
And yes I do have the debug turned on. It is showing up for both the player and the tilemap, yet no collisions is happening.