0 votes

when tiling in Godot, how can you select some tiles and then copypaste them in a different location. I would very much like to use this to speed up my level design processing.
Thanks,

in Engine by (23 points)

If you're on a Windows machine, try selecting the objects you're trying to duplicate then press CTRL+D. The duplicated objects will be overlaid right on top of the selected items so click + drag them to where you want them to go.

1 Answer

0 votes

A section explains it in the tutorials: https://docs.godotengine.org/en/stable/tutorials/2d/using_tilemaps.html?#tips-and-tricks

However the doc is a bit outdated.

In Godot 3.2, when the tilemap is selected, there is a "Copy" icon on the right in the menu bar. Click on it, or press M, then drag a rectangle to select an area of tiles you want to copy. Then use Ctrl+C, which will allow you to paste the selected tiles elsewhere. Once you made copies, right-click to deselect.

by (29,092 points)
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.