Hello!
I'm trying to replicate a Megaman game but I'm stuck on this. I've created a tilemap object named Platform. This tilemap contains every brick to build up the scenario, and I've added the SOLID behavior, so the player doesn't fall through the platforms. The problem here is that there are tiles from this tileset that I don't want them to be Solid, but I don't know how to change this property for individual tiles, I can only assign solid to the entire object tileset.
I'm attaching a pic so you can get a better idea. Every tile is from the same tileset, but Megaman can't pass through the gray blocks
I've tried to create another object specific for crossable tiles, without the solid behavior, but then megaman stays BEHIND the tiles...
What can I do?