levigilbert / godot-LDtk-import

Basic GDscript for importing LDtk files into the Godot game engine.
MIT License
130 stars 15 forks source link

i can't import ldtk file... #2

Closed rebron1900 closed 3 years ago

rebron1900 commented 3 years ago

How to use it?

levigilbert commented 3 years ago

Copy the addons folder to your godot project folder. Enable LDtk Importer under Project Settings/Plugins. Add a .ldtk map file or use the example testmap.ldtk, the map will be imported as a .tscn file.

rebron1900 commented 3 years ago

I tried to do this, but there is no content in the new scene file.

levigilbert commented 3 years ago

Looks like there's a new version of LDtk. I'm working on updating the addon to support the new version.

levigilbert commented 3 years ago

I just updated the addon, should now work with the newest version of LDtk. Please let me know if it works for you, thanks!

rebron1900 commented 3 years ago

It started working,But not perfect yet