mapeditor / tiled-to-godot-export

Tiled plugins for exporting Tilemaps and Tilesets to Godot 3 format
149 stars 35 forks source link

Isometric support? #26

Open elvisish opened 3 years ago

elvisish commented 3 years ago

Is isometric support planned soon? The godot TilEd importer supports isometric tiles, but it breaks completely with object positions and this exporter is the only other option for getting TilEd maps into Godot.

MikeMnD commented 3 years ago

Hello, I'll mark the issue as feature request but I'm not having plans on working on this personally.

bjorn commented 3 years ago

I think the main thing the exporter will need to do is to output the following line as part of the TileMap node, in case of isometric maps:

format = 1

I don't know yet whether any further adjustments will be necessary for tile layers, but certainly the objects layers will need further changes.

MikeMnD commented 3 years ago

https://github.com/MikeMnD/tiled-to-godot-export/pull/27

elvisish commented 3 years ago

Unfortunately isometric tilemap support is still not supported for objects.