How to use tmx and tsx format files in godot, what plug-ins are needed

Godot Version

Godot4.4

Question

How to use tmx and tsx format files in godot, what plug-ins are needed

What are those files supposed to hold, could you post a sample and what you hope to extract from it? Searching online I see tmx may be a XML file for medical imaging? while tsx could be a typescript file? Both wildly different use-cases.

These are Tiled tile map editor files (and tile set files).

I don’t use a plug in for these. Tiled can export directly to a Godot .tscn file and that works quite well.

1 Like