Devlogs
Update 2.1.8
Posted December 16, 2021 by Cammin
A new update for LDtkToUnity! The defining feature in this update is the ability to customize the import result however you wish with scripting!
The update is available in the Unity package manager:
- Added a
LDtkPostProcessor
system for custom control over the LDtk import process via scripting- Check it out in the documentation
- Added a new toggle to the importer inspector to choose whether or not to build a colour background for all levels
- Added a new property for
LDtkComponentLevel
to get the level's rectangle area
- Fixed a breaking import error related to importing an entity/level that had a null integer field from LDtk
- Fixed an issue where the importer inspector's section dropdowns would not remember if they were toggled
- Updated the documentation accordingly with the new features