Skip to content

Commit cee39a9

Browse files
committed
Merge branch 'master' of https://github.com/Cammin/LDtkToUnity
2 parents 928532d + 2f08c77 commit cee39a9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Assets/LDtkUnity/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [6.7.1](https://github.com/Cammin/LDtkToUnity/compare/6.7.0...6.7.1) (2025-03-29)
2+
3+
4+
### Bug Fixes
5+
6+
* Changed some fields so they are no longer static for more stable parallel import process ([ffeb4ef](https://github.com/Cammin/LDtkToUnity/commit/ffeb4ef981d2c361d113b78c9fa38dd48c068144))
7+
* Prevent potential infinite import loop (and polluted source control) due to the .ldtkc being written even if the contents don't change ([29fda78](https://github.com/Cammin/LDtkToUnity/commit/29fda78a2686faa9ed53fed166c924e77bb99aaa))
8+
19
# [6.7.0](https://github.com/Cammin/LDtkToUnity/compare/6.6.2...6.7.0) (2025-03-26)
210

311

Assets/LDtkUnity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.cammin.ldtkunity",
3-
"version": "6.7.0",
3+
"version": "6.7.1",
44
"displayName": "LDtk to Unity",
55
"description": "A Unity importer system for the Level Designer Toolkit.",
66
"documentationUrl": "https://cammin.github.io/LDtkToUnity/",

0 commit comments

Comments
 (0)