Cammin / LDtkToUnity

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

TestForAPIShowingAllFeatures issue #13

Closed supertrizero closed 3 years ago

supertrizero commented 3 years ago
image image

not the same , will fix it in 1.3.9?

Cammin commented 3 years ago

There are still some differences in appearance for some aspects. It's something I'm trying to work towards soon. It may not come next update, but definitely a big priority of mine 😃

The main differences here are with the entity's size, and also with the int grid values colours. In the Int Grid section of the Project, there is a toggle to turn off the rendering or the int grid value colours.

However, LDtk allows rendering the int grid values per layer whereas, in unity, it's only an option for all or none. So I'm going to experiment with only allowing individual layers as well.

Thank you for letting me know about this 👍

Cammin commented 3 years ago

int grid values visible for specific layers instead of all

Cammin commented 3 years ago

Review the TestAllAPI and ensure everything looks exactly as it does in LDtk

Cammin commented 3 years ago

I pushed a new major update that potentially fixes how its example looks. Check out all of its details here: https://github.com/Cammin/LDtkUnity/blob/master/Assets/LDtkUnity/CHANGELOG.md

The entities with a hollow rectangle are still opaque, but it's something I'm currently working on. I'll update you when that's added 🙂

Cammin commented 3 years ago

I'm leaving this issue as resolved, but feel free to reopen if necessary 🙂