Skip to content

6.11.0

Choose a tag to compare

@github-actions github-actions released this 16 May 02:33
· 27 commits to master since this release

6.11.0 (2025-05-16)

Bug Fixes

  • Fixed ordering of fields in the project settings (0ea0528)

Features

  • Added MiddleCenterOffset to LDtkComponentEntity. It's used for helping draw handles in the scene, but could be useful for other means. (42d5cb1)
  • Added PixelsPerUnit value to LDtkComponentLevel. Added new public method to recalculate the level border values in case the level is moved (6c83962)

Performance Improvements

  • Refactor that removes the LDtkEntityDrawerComponent, and simplifies the data delivery for all of the drawn scene window handles. (d415590)