Skip to content

Commit df81831

Browse files
chore(release): 6.12.3 [skip ci]
## [6.12.3](6.12.2...6.12.3) (2026-04-10) ### Bug Fixes * Tweaked the Iid FindObjectsByType so Unity 6.4+ won't throw a warning ([42d896c](42d896c)) ### Performance Improvements * Set all importers to AllowCaching so that it may potentially work with parallel importing better ([9d44ddc](9d44ddc))
1 parent af18967 commit df81831

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Assets/LDtkUnity/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [6.12.3](https://github.com/Cammin/LDtkToUnity/compare/6.12.2...6.12.3) (2026-04-10)
2+
3+
4+
### Bug Fixes
5+
6+
* Tweaked the Iid FindObjectsByType so Unity 6.4+ won't throw a warning ([42d896c](https://github.com/Cammin/LDtkToUnity/commit/42d896cf7cd94acd55c037fe2727f076e21ca843))
7+
8+
9+
### Performance Improvements
10+
11+
* Set all importers to AllowCaching so that it may potentially work with parallel importing better ([9d44ddc](https://github.com/Cammin/LDtkToUnity/commit/9d44ddc4e8df8180baf6f62d8aeabc56f9ba6411))
12+
113
## [6.12.2](https://github.com/Cammin/LDtkToUnity/compare/6.12.1...6.12.2) (2026-03-23)
214

315

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.12.2",
3+
"version": "6.12.3",
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)