vnen / godot-tiled-importer

Plugin for Godot Engine to import Tiled Map Editor tilemaps and tilesets
MIT License
830 stars 86 forks source link

Import objects as tscns? #169

Open elvisish opened 1 year ago

elvisish commented 1 year ago

Is possible to import objects in TilEd as tscn scenes?

cromerc commented 1 year ago

That's what this plugin does. It imports them as scenes that can be used in Godot. Literally the first feature listed in the README when you open this repo...

elvisish commented 1 year ago

That's what this plugin does. It imports them as scenes that can be used in Godot. Literally the first feature listed in the README when you open this repo...

No, read what I said, the objects not the tilemaps, like things used for player or enemy placements, that isn't obvious at all in the documentation.

cromerc commented 1 year ago

Sorry misread that. In that case, no this plugin does not do that. They are not separate scenes, they are nodes of specific types depending on the type of object in tiled.

erniel commented 1 year ago

not yet possible but you can do it with post import script.