Godot4-TiledImporter's icon

Godot4-TiledImporter 0.1 2D Tools 4.0 Community

Submitted by user feendrache; MIT; 2022-12-23

Import Tiled Maps into Godot 4

Currently in Alpha State

What the plugin can do:

import Tilesets from Tiled, usable as Tilesets in Godot like Godot-Tilesets
import Tilemap from Tiled, usable as Tilemap with Layers lile Godot-Tilemaps

What the plugin can not do (maybe yet):

import Objects from Object-Layer
import Collisions in Tilesets since this is still bugged in Godot4 Alpha 9

There are Importers for the FileTypes shown in the "Import" Tab when a Tileset or Tilemap is selected

Tilesets:

Animations are imported
For each Tile created in the Tileset the importer created three alternative Tiles:
flipped horizontal
flipped vertical
flipped vertical and horizontal
Collision import is planned, the option to check is already presented in the importer but won't work

Tilemap:

It imports with the reference of the Tilesets, so import the Tilesets first
It may take a while to import and currently some Godot closings happen that i wasn't able to get a real clue why
To get the flipped Tiles into godot i chose the alterntive-Tile way for the Tilesets. So the importer uses the alternative Tiles where needed


View files Download Submit an issue Recent Edits