Awesome
TileSet Builder (Godot 3.x Plugin)
for the version for Godot 2.x: Click here
A Godot plugin that builds a *.tscn (scene before tileset) or *.tres (tileset directly). You have to input those informations: Spritesheet Path, Tile Size, Offset (mpadding of the spritesheet), Spacing between tiles, Destination of the generated tileset.
Installation
To install the plugin, follow those steps:
- In the repository code page, click the Clone or download button
- In the menu, click the Download ZIP button
- Unzip the downloaded file in an empty folder (recommended for any archive)
- Move the folder inside into the GODOT_PROJECT_FOLDER/addons/
- Open the GODOT_PROJECT_FOLDER and do Scene > Project Settings
- In the Plugins tab, set the plugin status to Active
- WELL DONE !!! The plugin is installed
Usage
To use the plugin, follow those steps:
- Open the 2D view
- Click the Build Tileset button on the editor toolbar
- In the dialog, fill all the required informations in and click the OK button
- WELL DONE !!! You will find the generated scene/tileset in the specified destination
NB: If you check Generate intermediate scene, a scene (*.tscn) will be generated instead of a tileset (*.tres)
Uninstallation
To uninstall the plugin, follow those steps:
- Open the Godot project which has the plugin and do Scene > Project Settings (optional)
- In the Plugins tab, set the plugin status to Inactive (optional)
- Delete the related folder from PROJECT_FOLDER/addons/
- WELL DONE !!!
You are free... Hum... The plugin is uninstalled