Skip to content

Commit

Permalink
chore(release): 6.2.3 [skip ci]
Browse files Browse the repository at this point in the history
## [6.2.3](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](a47328f))
  • Loading branch information
semantic-release-bot committed Jul 28, 2024
1 parent 560cea7 commit 60ed745
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Assets/LDtkUnity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion Assets/LDtkUnity/package.json
Original file line number Diff line number Diff line change
@@ -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/",
Expand Down

0 comments on commit 60ed745

Please sign in to comment.