Skip to content

Commit

Permalink
chore(release): 6.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [6.4.0](6.3.0...6.4.0) (2024-09-04)

### Bug Fixes

* Changed the tileset importer to use the filter from the original texture so that it's not always point filter, to potentially look better for high resolution textures ([1f2c179](1f2c179))

### Features

* Added texture overrides for tileset files to scale up to high resolutions in Unity ([fa4d593](fa4d593))
  • Loading branch information
semantic-release-bot committed Sep 4, 2024
1 parent c1dcbd0 commit dd7c2e6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions Assets/LDtkUnity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [6.4.0](https://github.com/Cammin/LDtkToUnity/compare/6.3.0...6.4.0) (2024-09-04)


### Bug Fixes

* Changed the tileset importer to use the filter from the original texture so that it's not always point filter, to potentially look better for high resolution textures ([1f2c179](https://github.com/Cammin/LDtkToUnity/commit/1f2c179cbb75003129731988654e38dd5f0ca84b))


### Features

* Added texture overrides for tileset files to scale up to high resolutions in Unity ([fa4d593](https://github.com/Cammin/LDtkToUnity/commit/fa4d593d923d7f636f73f9b450dc0e0ae0445871))

# [6.3.0](https://github.com/Cammin/LDtkToUnity/compare/6.2.3...6.3.0) (2024-07-29)


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.3.0",
"version": "6.4.0",
"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 dd7c2e6

Please sign in to comment.