Godot Tiled importer

An asset by mi-stas
The page banner background of a mountain and forest
Godot Tiled importer image holder but it is empty

Quick Information

0 ratings
Godot Tiled importer icon image
mi-stas
Godot Tiled importer

Plugin that helps to import tile maps from the Tiled editor.

Supported Engine Version
3.4
Version String
1.0
License Version
MIT
Support Level
community
Modified Date
2 years ago
Git URL
Issue URL

Godot Tiled importer (Mono version)

Plugin is written in C#, so it can only be used in the Mono version of the Godot engine.

Plugin for Godot that helps to import tile maps from the Tiled editor.

What types of maps does the plugin support?

The plugin supports all types of maps available in Tiled, namely:

  • Orthogonal maps
  • Hexagonal cards
  • Isometric maps
  • Staggerd isometric maps
  • Object group maps (partially)

What are the features of this importer?

  • An atlas is used to draw orthogonal and isometric maps, which is very efficient in terms of performance.
  • The plugin supports CSV and Base64 encoding format. ZLib and GZip compression is also supported.
  • Import time is almost instantaneous even for huge maps.
  • Ability to continue editing the map in Tiled editor after import, the plugin will automatically load the changes.

Getting started

Import plugin to Godot

  • First you need to download the plugin repository and move the addons folder with the plugin to the root folder of your project in Godot (since the plugin uses C#, it will only work in the Mono version of the engine). Next, be sure to build the project, and then enable the plugin in Project/Project Settings/Plugins.

README Alt Text

Export tilemap from Tiled

  • Then open your map in Tiled and export it in JSON format which has tmj extension (the plugin only supports this format at the moment) to any folder inside your project. Don't forget to move images containing tiles or any other graphic assets used in your map to the same folder as the previously exported file, or to any subfolder within it.

README Alt Text

Paths to files

  • Be sure to make sure that the path to your images is in the correct format, otherwise change it to the correct one. You can do this by opening the exported map file in any text editor (for example, notepad) and entering the name of your tile image. The path to the file will be specified in the attribute named "image".

  • Path to the image must be written relative to the folder where the exported tilemap file is located.

  • For example, if you created a folder my_map inside your project and placed the map file map.tmj and the graphic file with tiles map_tileset.png there, then the path to the image will be just: "map_tileset.png".

  • You may also want to put the graphic file in the tileset subfolder, then the path to the image becomes: "tilset/map_tilset.png".

README Alt Text

Finally

If everything is done correctly, then when you click on the map file, a scene will open in front of you with what you need.

README Alt Text

Plugin that helps to import tile maps from the Tiled editor.

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
Godot Tiled importer icon image
mi-stas
Godot Tiled importer

Plugin that helps to import tile maps from the Tiled editor.

Supported Engine Version
3.4
Version String
1.0
License Version
MIT
Support Level
community
Modified Date
2 years ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers