View all by Cammin
Cammin
Follow Cammin
Follow
Following Cammin
Following
Add To Collection
Collection
Comments
Devlog
Related games
Related
LDtk to Unity
←
Return to LDtk to Unity
Devlog
Update 5.0.0
May 06, 2024
by
Cammin
5.0.0 May 5, 2024 Additions Added support for animated tiles in the import pipeline! Learn the setup here Added new component LDtkComponentLayerParallax : For all layers to mimic the parallax motions...
Continue reading
Update 4.2.2
January 16, 2024
by
Cammin
Fixed 4.2.1 compile errors encountered in Unity versions 2020 and below Fixed a problem with the tileset export command where it would fail if a project name has spaces. Fixed by including quotations...
Continue reading
Update 4.2.1
January 16, 2024
by
Cammin
Updated json support & samples for LDtk 1.5.3 Added new properties to LDtkNeighbour to accomodate the new neighbour directions Note Changed the LDtkNeighbour._dir from char to string . It may affect t...
Continue reading
Update 4.2.0
January 13, 2024
by
Cammin
Additions Updated json support & samples for LDtk 1.5.2 Added LDtkPreprocessor: Use to read/modify any json data before GameObject hierarchies are created Added support for the additional Table-of-con...
Continue reading
Update 4.1.0
October 23, 2023
by
Cammin
1
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 Added support...
Continue reading
Update 4.0.1
September 29, 2023
by
Cammin
- Updated json support for LDtk 1.4 - Fixed a compile error if Unity's Aseprite importer is also installed - Fixed an issue where the tileset file export app wasn't able to run on MacOS - Swapped the...
Continue reading
Update 4.0.0
September 23, 2023
by
Cammin
1
Major update that introduces the separate tileset file! Additions - Added a new separate Tileset Definition File (`.ldtkt`) - LDtk will run a custom command to write these files to the same location a...
Continue reading
Update 3.3.3
May 04, 2023
by
Cammin
- Added json support for the latest LDtk 1.3.2 update - Increased the minimum supported LDtk version to 1.3.0 due to a json restructure noted in the previous update - Updated samples...
Continue reading
Update 3.3.2
April 29, 2023
by
Cammin
1
- Added json support for the latest LDtk 1.3.0 update - Fixed a major bug related to LDtk 1.3.0's update - Fixed an entity reference scene drawer bug if a referenced object didn't exist - Fixed an ent...
Continue reading
Update 3.3.1
March 27, 2023
by
Cammin
- Fixed an issue that was failing WebGL builds...
Continue reading
Update 3.3.0
March 15, 2023
by
Cammin
- Added support for the Table of contents `toc` data from the json root - Added support for the `EntityDefinition.doc` as tooltips in the entities section of the importer inspector - Added support for...
Continue reading
Update 3.2.0
February 05, 2023
by
Cammin
New Update! (3.2.0) - Replaced the Newtonsoft Json library with Utf8Json, which deserializes json assets significantly faster. ↳ The importer is now standalone and has no more dependency on an exter...
Continue reading
Update 3.1.6
January 13, 2023
by
Cammin
A new version is available in the package manager. Check out the install wiki page to view how to install. - Added json support for the latest LDtk 1.2.5 update - Updated Samples Note: Currently the u...
Continue reading
Update 3.1.5
January 08, 2023
by
Cammin
LDtkToUnity 3.1.5 is now available. - Added support for the `FieldDefinition.doc` from 1.2.0 as tooltips in LDtkFields - Fixed an important bug related to tile scaling for IntGrid collisions...
Continue reading
Update 3.1.4
January 03, 2023
by
Cammin
A new version is available in the package manager! - Added json support for the latest LDtk 1.2.0 update - Updated support for the new embedded tileset dimensions and where it's sourced from - Updated...
Continue reading
Update 3.1.3
October 31, 2022
by
Cammin
New bug fix update. (3.1.3) This update fixes some immediate issues found in the previous versions and other fixes and polish. Fixed a longstanding issue where IntGrid tile colliders would scale incor...
Continue reading
Update 3.1.2
October 19, 2022
by
Cammin
New update! (3.1.2) This update adds various miscellaneous features to make the overall package more complete, and to fix many issues that had been brought up. - Added support for LDtk's internal icon...
Continue reading
Update 3.1.0
July 24, 2022
by
Cammin
New optimization update! (3.1.0) This update focuses on significant performance optimization and revamping separate level files. Features - Projects/levels can now safely be nested in prefab and prefa...
Continue reading
Update 3.0.3
April 14, 2022
by
Cammin
New update! (3.0.3) You can update from the Unity package manager: -Significantly updated the documentation page with new details, and also new content relevant to LDtk 1.0 -Added a new sprite atlas b...
Continue reading
Update 3.0.1 & 3.0.2
April 04, 2022
by
Cammin
Some new minor bug fixes are available. You can update from the Unity package manager: 3.0.2 - Updated LDtk json schema classes and samples to 1.1.0 (from 1.0.0) - Fixed null point fields drawing in t...
Continue reading
Update 3.0.0
March 29, 2022
by
Cammin
1
New major update! (3.0.0) This update contains many new compatibilities, fixes, and features to match with LDtk's new 1.0 major update: "Gone Gold!" You can download it from the Unity package manager...
Continue reading
Update 2.2.0
January 26, 2022
by
Cammin
2
New update! (2.2.0) Many polish aspects, and the major addition of imported individual levels! The update is available in the Unity package manager: Individual level hierarchies are now available! Can...
Continue reading
Update 2.1.8
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: A...
Continue reading
Update 2.1.7
November 01, 2021
by
Cammin
1
A new update for LDtkToUnity! The update is available in the Unity package manager: - Added a "Native" Prefab export option, accessible from the importer inspector - Saves a prefab (and other assets)...
Continue reading
Update 2.1.6
September 26, 2021
by
Cammin
1
Update 2.1.6 is out now! You can update it from the package manager: - A new Discord server for LDtkToUnity has launched! - Produced a new installation tutorial video in the documentation - Improved t...
Continue reading
Update 2.0.0
May 18, 2021
by
Cammin
1
Dropped a new major version that completely changes the level building process into using ScriptedImporters for a simpler, smoother experience, while also adding many new features. Check out all of it...
Continue reading