Do you guys know how I can copy the changes I've made in one tileset to several others? I have multiple tilesets to make a sort of 3D effect in my 2D game. But if I make edits to the main layer, I have to replicate those edits to the 2 other layers!
I have tried a solution storing the main tileset in a separate scene called "World", and having every layer use that exact scene. But I wont be able to see all the objects and decorations in my actual level as I am editing "World" which isn't very good! (Editing "World" outside of its scene does not replicate to every layer, only if you edit it WITHIN its own scene)
So if you guys know how to automatically copy your tileset placements to other tilesets, or a straight up better way to make the level appear 3D I would LOVE the help!!!