diff --git a/Assets/LDtkUnity/CHANGELOG.md b/Assets/LDtkUnity/CHANGELOG.md index 972cf373..dfc62554 100644 --- a/Assets/LDtkUnity/CHANGELOG.md +++ b/Assets/LDtkUnity/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.1.2](https://github.com/Cammin/LDtkToUnity/compare/6.1.1...6.1.2) (2024-05-21) + + +### Performance Improvements + +* Caching the tileset artifacts asset to the tileset file importer to potentially fix loading the artifacts slowly ([bbdc1b2](https://github.com/Cammin/LDtkToUnity/commit/bbdc1b2eaf604e3b29cfd28c1e1e1dddeb85e59d)) + ## [6.1.1](https://github.com/Cammin/LDtkToUnity/compare/6.1.0...6.1.1) (2024-05-20) diff --git a/Assets/LDtkUnity/package.json b/Assets/LDtkUnity/package.json index 6a90cda5..a1d35130 100644 --- a/Assets/LDtkUnity/package.json +++ b/Assets/LDtkUnity/package.json @@ -1,6 +1,6 @@ { "name": "com.cammin.ldtkunity", - "version": "6.1.1", + "version": "6.1.2", "displayName": "LDtk to Unity", "description": "A Unity importer system for the Level Designer Toolkit.", "documentationUrl": "https://cammin.github.io/LDtkToUnity/",