Cammin / LDtkToUnity

Unity importer for the LDtk level editor
https://cammin.github.io/LDtkToUnity
MIT License
388 stars 39 forks source link

[Feature Request] Support External Enums which are imported. #42

Closed JustusPan closed 6 months ago

JustusPan commented 1 year ago

Current version: LDtkToUnity v3.1.3

The imported enums has different data path from the built-in enums of LDtk. Could we also support external Enums? external Enums allow us maintian the full Enums list in an external file and import/refresh from that file, which is more feasible for a serious project.

Cammin commented 1 year ago

Yep, it's something to be added. I'm keeping note of it :)

Cammin commented 6 months ago

After looking into this, LDtk references the external enum, but still loads it into the project json. So it's retroactively always been supported 😅