godot-tiled-importer icon indicating copy to clipboard operation
godot-tiled-importer copied to clipboard

Import objects as tscns?

Open elvisish opened this issue 1 year ago • 4 comments

Is possible to import objects in TilEd as tscn scenes?

elvisish avatar Apr 04 '23 18:04 elvisish

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...

cromerc avatar Apr 04 '23 18:04 cromerc

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.

elvisish avatar Apr 04 '23 19:04 elvisish

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.

cromerc avatar Apr 04 '23 19:04 cromerc

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

erniel avatar May 02 '23 11:05 erniel