Phaser 3.5+ Tiled map collisions and matter.js

Hi,

Someone know any example of support collisions set in Tiled and implemented by matter.js in Phaser 3.5+?

Thanks!

if you meant 3.50+

3.24 have different api to assign body to tiled tiles

which gives me a question if there are way to access example for older api version

Thanks for reply!

I have seen this examples before and way presented there not working in my project. Now i check again and i see that Tiled map format is different.

In my map.json collision boolean flag is in “tilesets[{tiles.properties}]” but in the example is “tilesets. tileproperties[]”. I think it depend on Tiled version. I will check Phaser code how parsing this data.