diff --git a/Assets/LDtkUnity/CHANGELOG.md b/Assets/LDtkUnity/CHANGELOG.md index 35a7ee93b..f0dabd75c 100644 --- a/Assets/LDtkUnity/CHANGELOG.md +++ b/Assets/LDtkUnity/CHANGELOG.md @@ -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 diff --git a/Assets/LDtkUnity/Editor/ScriptedImporter/LDtkImporterConsts.cs b/Assets/LDtkUnity/Editor/ScriptedImporter/LDtkImporterConsts.cs index 70ae18691..848a25ecf 100644 --- a/Assets/LDtkUnity/Editor/ScriptedImporter/LDtkImporterConsts.cs +++ b/Assets/LDtkUnity/Editor/ScriptedImporter/LDtkImporterConsts.cs @@ -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"; diff --git a/Assets/LDtkUnity/package.json b/Assets/LDtkUnity/package.json index 0ef40bfe9..e7555bf5d 100644 --- a/Assets/LDtkUnity/package.json +++ b/Assets/LDtkUnity/package.json @@ -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/",