This is a plugin for Tiled Map Editor to export tilemaps and tilesets as Godot Engine scene files. It uses JavaScript API available in Tiled v1.3 and newer.
Copy file exporter_godot.js to your Tiled extensions directory.
- Windows:
%APPDATA%/Local/Tiled/extensions/
- MacOS:
~/Library/Preferences/Tiled/extensions/
- Linux:
~/.config/tiled/extensions/
- Tiled Map Editor v1.3 or newer https://www.mapeditor.org/
- Godot Engine v3.0 or newer https://godotengine.org/
This is early ALPHA version.
- only orthogonal, fixed size maps are supported
- you'll propably need to fix invalid textures paths during import
- collision layers and shapes are not exported yet