b94270c3-5882-4f19-b099-ce036d48817c
1 Like
No but you can use a height map to copy and paste
You can just move the map in sections, you don’t have to move the whole map at once.
13f0ca8a-3edb-42ab-ae21-af7ea9236d00
8b8bee6f-a3f4-41a0-a5b6-aa52dd98dee5
You can copy voxels, insert them with a minus in the Y coordinate, and paste them again. That can be done in a loop, so you take a chunk of the terrain at a time, and move onto the next. Think of it like a grid game like minecraft, where you have to move one chunk down at a time.
1 Like