Hello.
I let the user draw tiles on a Tilemap, but I want to copy the drawn map to another layout. How can I do it please ?
I have tried looping on each tile and redraw it on the other map, but I thought maybe the source Object is destroyed when the next layout is shown, that's why I can't copy tiles from it.
+ System: Repeat TileCount time
-> Set tile (loopindex%8, int(loopindex/8)) to tile Source.TileAt(loopindex%8,int(loopindex/8))[/code:1ebn51x0]
Thank you