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

Tools to used Tiles as a level editor for Godot Games.This is NOT a Tiled map loader for godot. This is a collection of tools that helps you import maps from Tiled at runtime, and prepare your game to use Tiled as an external level editor.Contains:- a node that loads tiled maps at runtime- an editor plugin that converts the Godot tileset into a tiled tileset.- render the tilemap in editor- launch tiled for the currently edited map.
Godot-Tiled-Tools
Godot addon for importing tiled maps into godot.
This addon is NOT set up to import the map as a scene! It includes a node that can parse an existing json tilemap, and a set of editor tools to manage tilesets between Godot and Tiled. This is a stylistic choice, it lets me import tiledmaps at runtime. There is no tool included to import tilesets at runtime! Another "benefit" is that the level we edit inside tiled is the single source of truth for our levels, there can be no difference between what we see in Godot and Tiled.
Tools to used Tiles as a level editor for Godot Games.
This is NOT a Tiled map loader for godot. This is a collection of tools that helps you import maps from Tiled at runtime, and prepare your game to use Tiled as an external level editor.
Contains:
- a node that loads tiled maps at runtime
- an editor plugin that converts the Godot tileset into a tiled tileset.
- render the tilemap in editor
- launch tiled for the currently edited map.
Reviews
Quick Information

Tools to used Tiles as a level editor for Godot Games.This is NOT a Tiled map loader for godot. This is a collection of tools that helps you import maps from Tiled at runtime, and prepare your game to use Tiled as an external level editor.Contains:- a node that loads tiled maps at runtime- an editor plugin that converts the Godot tileset into a tiled tileset.- render the tilemap in editor- launch tiled for the currently edited map.