Skip to content

Commit

Permalink
chore(release): 6.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [6.6.0](6.5.1...6.6.0) (2024-12-08)

### Bug Fixes

* All samples now have collision setup. Most have intgrid value tile collision, but some others use tileset file collision. ([808db33](808db33))
* Fixed separate levels not reimporting when the configured fields in the project importer inspector was changed. This was fixed by introducing a new config file that gets generated by the project importer (.ldtkc) ([a7be947](a7be947))

### Features

* Importer dependency section now additonally shows an icon for each depended asset ([9ddc70a](9ddc70a))
  • Loading branch information
semantic-release-bot committed Dec 8, 2024
1 parent a087c82 commit 4df48a5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions Assets/LDtkUnity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [6.6.0](https://github.com/Cammin/LDtkToUnity/compare/6.5.1...6.6.0) (2024-12-08)


### Bug Fixes

* All samples now have collision setup. Most have intgrid value tile collision, but some others use tileset file collision. ([808db33](https://github.com/Cammin/LDtkToUnity/commit/808db3328835cfa1f5a81587f3fb2e6ee7fb64c2))
* Fixed separate levels not reimporting when the configured fields in the project importer inspector was changed. This was fixed by introducing a new config file that gets generated by the project importer (.ldtkc) ([a7be947](https://github.com/Cammin/LDtkToUnity/commit/a7be9471a1874761ddf963857803954fbda980c8))


### Features

* Importer dependency section now additonally shows an icon for each depended asset ([9ddc70a](https://github.com/Cammin/LDtkToUnity/commit/9ddc70aaf684aa043a1a02adf09b8cd88dd8043a))

## [6.5.1](https://github.com/Cammin/LDtkToUnity/compare/6.5.0...6.5.1) (2024-12-01)


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.5.1",
"version": "6.6.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 4df48a5

Please sign in to comment.