Skip to content

Commit

Permalink
update 3.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammin committed Jan 13, 2023
1 parent c7b591c commit 1f85fd4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Assets/LDtkUnity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 3.1.6
###### January 12, 2023
- Added json support for the latest LDtk 1.2.5 update
- Updated Samples

# 3.1.5
###### January 8, 2023
- Added support for the `FieldDefinition.doc` from 1.2.0 as tooltips in LDtkFields
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
internal static class LDtkImporterConsts
{
public const int PROJECT_VERSION = 20;
public const int PROJECT_VERSION = 21;
public const int LEVEL_VERSION = 5;
public const string LDTK_JSON_VERSION = "1.2.0";

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": "3.1.5",
"version": "3.1.6",
"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 1f85fd4

Please sign in to comment.