From 60ed745dd4418dfbd4c1720bb6a90c78d17932f6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 28 Jul 2024 18:20:07 +0000 Subject: [PATCH] chore(release): 6.2.3 [skip ci] ## [6.2.3](https://github.com/Cammin/LDtkToUnity/compare/6.2.2...6.2.3) (2024-07-28) ### Bug Fixes * Fixed a problem in the tileset clear pixel inspection, where some valid sprites would not generate if the texture dimensions were not fully divisible by the GridSize. Additionally fixed an improper use of a padding check ([a47328f](https://github.com/Cammin/LDtkToUnity/commit/a47328f6e04aba48e4f18d84b6605ca0281d4b46)) --- Assets/LDtkUnity/CHANGELOG.md | 7 +++++++ Assets/LDtkUnity/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Assets/LDtkUnity/CHANGELOG.md b/Assets/LDtkUnity/CHANGELOG.md index f256c88a..dbbd9e4e 100644 --- a/Assets/LDtkUnity/CHANGELOG.md +++ b/Assets/LDtkUnity/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.2.3](https://github.com/Cammin/LDtkToUnity/compare/6.2.2...6.2.3) (2024-07-28) + + +### Bug Fixes + +* Fixed a problem in the tileset clear pixel inspection, where some valid sprites would not generate if the texture dimensions were not fully divisible by the GridSize. Additionally fixed an improper use of a padding check ([a47328f](https://github.com/Cammin/LDtkToUnity/commit/a47328f6e04aba48e4f18d84b6605ca0281d4b46)) + ## [6.2.2](https://github.com/Cammin/LDtkToUnity/compare/6.2.1...6.2.2) (2024-07-22) diff --git a/Assets/LDtkUnity/package.json b/Assets/LDtkUnity/package.json index 65b7ae6b..24718cb0 100644 --- a/Assets/LDtkUnity/package.json +++ b/Assets/LDtkUnity/package.json @@ -1,6 +1,6 @@ { "name": "com.cammin.ldtkunity", - "version": "6.2.2", + "version": "6.2.3", "displayName": "LDtk to Unity", "description": "A Unity importer system for the Level Designer Toolkit.", "documentationUrl": "https://cammin.github.io/LDtkToUnity/",