- Home /
How to duplicate several layers in a tilemap?,How to duplicate layered tilemaps?
I'm a beginner so this is probably something simple, but I didn't find the solution online somehow.
I'm doing a top down pixel art rpg, and I just have a simple tree with three layers, the trunk that has collision, the space where you can walk and the character appears on top, and the foliage where the character appears behind.
Now I want this tree to be in several places on the tilemap, but I don't know how to copy it or duplicate it with all the layers at once. What's the best way to approach this? If it has to do with prefabs, I am trying that but when I put the prefab tree in the grid, in the scene it appears like a single tile with a green border.,I'm a beginner so this is probably something simple, but I didn't find the solution online somehow.
I'm doing a top down pixel art rpg, and I just have a simple tree with three layers, the trunk that has collision, the space where you can walk and the character appears on top, and the foliage where the character appears behind.
Now I want this tree to be in several places on the tilemap, but I don't know how to copy it or duplicate it with all the layers at once. What's the best way to approach this? If it has to do with prefabs, I am trying that but when I put the prefab tree in the grid, in the scene it appears like a single tile with a green border.
Your answer
Follow this Question
Related Questions
Prefab to a tile script 0 Answers
What's better to use: Collider tilemap 2D or edge collider? 0 Answers
How could I make a fog of war on a tilemap 0 Answers
Layer Sprites Based on Y axis 1 Answer
Changing position of child on animation. 0 Answers