Update 4.1.0
LDtk to Unity » Devlog
Additions
- Added support for Aseprite files!
- To allow the LDtk importer to load Aseprite files, install the Unity Aseprite Importer
The Aseprite importer requires Unity 2021.3.15 or above
- To allow the LDtk importer to load Aseprite files, install the Unity Aseprite Importer
- Added support for looping level backgrounds
- Make the level’s looping background pivot to the bottom left for perfect accuracy
- Added support for individual tile alpha from LDtk 1.3.1
- Added a LDtkIid for the LDtkJson root object from LDtk 1.2.0
- Updated samples to 1.4.1
Quality of Life
- Changed the icons for the imported Project/Level/Tileset to match with the icons from LDtk 1.5
- Updated docs to instruct that a texture should be RGBA32 compression
- Made the LDtkComponentLayer ordered before the LDtkIid component
Fixes
- Fixed the slow load time to reset tilemap colliders in the scene after reimporting a tileset definition file
- Added a notification in the scene view indicating how many tilemap colliders were reset, and how long it took
- Fixed a bug where reordering IntGrid value definitions would use the wrong tile references, and in some cases, cause an exception
- Fixed a deserialize exception when making a blank LDtk project whereby
defaultEntityWidth
anddefaultEntityHeight
are null when they shouldn’t be- This is a temporary measure and LDtk will fix this problem for LDtk 1.5
- Fixed a possible exception during initialization of LDtkFields
- Added safety-check if a tileset definition’s
relPath
was null or empty
Breaking Changes
- Removed the “De-parent in Runtime” feature from the project importer
- After much thought, the conclusion was that it’s not the importer’s job to handle this optimization, and has been removed in favor of less bloat.
- To continue having this optimization in your game, set an important object’s parent as
null
to reduce on hierarchy depth.
Files
LDtkUnity-4.1.0.unitypackage 2.8 MB
Oct 23, 2023
Get LDtk to Unity
LDtk to Unity
A fully-featured Unity importer for LDtk (Level Designer Toolkit)
More posts
- Update 5.0.0May 06, 2024
- Update 4.2.2Jan 16, 2024
- Update 4.2.1Jan 16, 2024
- Update 4.2.0Jan 13, 2024
- Update 4.0.1Sep 29, 2023
- Update 4.0.0Sep 23, 2023
- Update 3.3.3May 04, 2023
- Update 3.3.2Apr 29, 2023
- Update 3.3.1Mar 27, 2023
Leave a comment
Log in with itch.io to leave a comment.