I was trying to import my tilemap with normal tilesets and its fine. Now I wanted to import my second tile layer, which is an Image Collection and I dont know how.
Does Phaser have a built-in method for handling image collections directly? Because I can’t find any solutions.
Perhaps their documentation will help you figure out how to load them. Generally, I think Phaser should load an Image Collection TSJ just the same it loads a “Based on Tileset Image” TSJ, without any additional work needed on your part. If you’re running into difficulties, make sure all your tile images are located in a location Phaser can get at them.
If Phaser has a forum or something, I recommend asking there, as they’ll probably be able to provide more specific help than random Tiled users.