Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
## InstallationPlace `addons/tile_copy` in your project, then enable **Tile Copy & Terrain** under **Project > Project Settings > Plugins**.## UsageSelect tiles in an Atlas source in the TileSet editor. Action buttons will appear in the Inspector.- **Copy / Paste**: Copies `TileData` properties. When multiple tiles are selected, they are matched by relative coordinates.- **Setting**: Choose the tiles and properties to paste.- **Change Terrain**: Replaces the selected tiles' **From** terrain with the **To** terrain and updates valid edge and corner peering bits.Paste and Change Terrain support Undo / Redo.For questions or suggestions, contact: [email protected]
## Installation
Place `addons/tile_copy` in your project, then enable **Tile Copy & Terrain** under **Project > Project Settings > Plugins**.
## Usage
Select tiles in an Atlas source in the TileSet editor. Action buttons will appear in the Inspector.
- **Copy / Paste**: Copies `TileData` properties. When multiple tiles are selected, they are matched by relative coordinates.
- **Setting**: Choose the tiles and properties to paste.
- **Change Terrain**: Replaces the selected tiles' **From** terrain with the **To** terrain and updates valid edge and corner peering bits.
Paste and Change Terrain support Undo / Redo.
For questions or suggestions, contact: [email protected]
Reviews
Quick Information
## InstallationPlace `addons/tile_copy` in your project, then enable **Tile Copy & Terrain** under **Project > Project Settings > Plugins**.## UsageSelect tiles in an Atlas source in the TileSet editor. Action buttons will appear in the Inspector.- **Copy / Paste**: Copies `TileData` properties. When multiple tiles are selected, they are matched by relative coordinates.- **Setting**: Choose the tiles and properties to paste.- **Change Terrain**: Replaces the selected tiles' **From** terrain with the **To** terrain and updates valid edge and corner peering bits.Paste and Change Terrain support Undo / Redo.For questions or suggestions, contact: [email protected]