Releases: Cammin/LDtkToUnity
Releases · Cammin/LDtkToUnity
6.6.2
6.6.2 (2024-12-15)
Bug Fixes
- Fixed the dependencies section from breaking if it fails to successfully load a dependency. Also will now draw dependencies even if they don't exist (82b5aa1)
6.6.1
6.6.1 (2024-12-11)
Bug Fixes
- ldtkc files will now read/write object references with a guid to deserialize properly and to not dirty source control unnessesarily (010cf9d)
6.6.0
6.6.0 (2024-12-08)
Bug Fixes
- All samples now have collision setup. Most have intgrid value tile collision, but some others use tileset file collision. (808db33)
- Fixed separate levels not reimporting when the configured fields in the project importer inspector was changed. This was fixed by introducing a new config file that gets generated by the project importer (.ldtkc) (a7be947)
Features
- Importer dependency section now additonally shows an icon for each depended asset (9ddc70a)
6.5.1
6.5.1 (2024-12-01)
Bug Fixes
- Mac/Linux: Fixed a command-related error message in the importer inspector even when the command is correct (5796eae)
- Verbose log will properly log when tilemaps are refreshed even if the scene window doesn't exist (9ada5d4)
6.5.0
6.5.0 (2024-11-21)
Features
- Enabling verbose logging will log the tilemap refresh notification that occurs after importing a tileset file (1e6960c)
6.4.6
6.4.6 (2024-11-04)
Bug Fixes
- Fix a compile error for linux editors (50247c4)
6.4.5
6.4.5 (2024-09-23)
Performance Improvements
- Fixed a time consuming issue for users with large projects where all separate levels would unnessesarily reimport upon any project file change (like changing a definition or merely moving a level). (9460aa7)
6.4.4
6.4.4 (2024-09-10)
Bug Fixes
- Fixed builds failing! Unity 6 was harming the serialization of .dll files for compiling/building in versions previous to it (c680d83)
6.4.3
6.4.3 (2024-09-05)
Bug Fixes
- changed a log to give better instructions for investigating a tileset file's errors (3ced4df)
6.4.2
6.4.2 (2024-09-04)
Bug Fixes
- Fix compile errors when the aseprite package is installed (92e97fb)