From dc21334dcd71dea7be14d9e46bde61fa8ff3084a Mon Sep 17 00:00:00 2001 From: Harald Csaszar Date: Wed, 9 Apr 2025 17:22:47 +0200 Subject: [PATCH] [unity] Updated version numbers in package.json and similar files to 4.3. --- spine-unity/Assets/Spine Examples/package.json | 4 ++-- spine-unity/Assets/Spine/version.txt | 2 +- .../com.esotericsoftware.spine.addressables/package.json | 8 ++++---- .../package.json | 6 +++--- .../package.json | 8 ++++---- .../package-no-spine-unity-dependency.json | 4 ++-- .../com.esotericsoftware.spine.timeline/package.json | 6 +++--- .../com.esotericsoftware.spine.ui-toolkit/package.json | 6 +++--- .../com.esotericsoftware.spine.urp-shaders/package.json | 4 ++-- spine-unity/README.md | 2 +- 10 files changed, 25 insertions(+), 25 deletions(-) diff --git a/spine-unity/Assets/Spine Examples/package.json b/spine-unity/Assets/Spine Examples/package.json index 5c19a8500..38d71a74f 100644 --- a/spine-unity/Assets/Spine Examples/package.json +++ b/spine-unity/Assets/Spine Examples/package.json @@ -2,7 +2,7 @@ "name": "com.esotericsoftware.spine.spine-unity-examples", "displayName": "spine-unity Runtime Examples", "description": "This plugin provides example scenes and scripts for the spine-unity runtime.", - "version": "4.2.38", + "version": "4.3.0", "unity": "2018.3", "author": { "name": "Esoteric Software", @@ -10,7 +10,7 @@ "url": "http://esotericsoftware.com/" }, "dependencies": { - "com.esotericsoftware.spine.spine-unity": "4.2.0" + "com.esotericsoftware.spine.spine-unity": "4.3.0" }, "repository": { "type": "git", diff --git a/spine-unity/Assets/Spine/version.txt b/spine-unity/Assets/Spine/version.txt index 869bb5997..af6c92b56 100644 --- a/spine-unity/Assets/Spine/version.txt +++ b/spine-unity/Assets/Spine/version.txt @@ -1 +1 @@ -This Spine-Unity runtime works with data exported from Spine Editor version: 4.2.xx \ No newline at end of file +This Spine-Unity runtime works with data exported from Spine Editor version: 4.3.xx \ No newline at end of file diff --git a/spine-unity/Modules/com.esotericsoftware.spine.addressables/package.json b/spine-unity/Modules/com.esotericsoftware.spine.addressables/package.json index 72247b3bf..755802285 100644 --- a/spine-unity/Modules/com.esotericsoftware.spine.addressables/package.json +++ b/spine-unity/Modules/com.esotericsoftware.spine.addressables/package.json @@ -1,8 +1,8 @@ { "name": "com.esotericsoftware.spine.addressables", "displayName": "Spine Addressables Extensions [Experimental]", - "description": "This experimental plugin provides integration of Addressables on-demand texture loading for the spine-unity runtime.\nPlease be sure to test this package first and create backups of your project before using.\n\nUsage: First declare your target Material textures as addressable. Then select the SpineAtlasAsset, right-click the SpineAtlasAsset Inspector heading and select 'Add Addressables Loader'. This generates an 'AddressableTextureLoader' asset providing configuration parameters and sets up low-resolution placeholder textures which are automatically assigned in a pre-build step when building your game executable.\n\nPrerequisites:\nIt requires a working installation of the spine-unity runtime (via the spine-unity unitypackage), version 4.2.\n(See http://esotericsoftware.com/git/spine-runtimes/spine-unity)", - "version": "4.2.0-preview.4", + "description": "This experimental plugin provides integration of Addressables on-demand texture loading for the spine-unity runtime.\nPlease be sure to test this package first and create backups of your project before using.\n\nUsage: First declare your target Material textures as addressable. Then select the SpineAtlasAsset, right-click the SpineAtlasAsset Inspector heading and select 'Add Addressables Loader'. This generates an 'AddressableTextureLoader' asset providing configuration parameters and sets up low-resolution placeholder textures which are automatically assigned in a pre-build step when building your game executable.\n\nPrerequisites:\nIt requires a working installation of the spine-unity runtime (via the spine-unity unitypackage), version 4.3.\n(See http://esotericsoftware.com/git/spine-runtimes/spine-unity)", + "version": "4.3.0-preview.4", "unity": "2018.3", "author": { "name": "Esoteric Software", @@ -11,8 +11,8 @@ }, "dependencies": { "com.unity.addressables": "1.18.19", - "com.esotericsoftware.spine.spine-unity": "4.2.21", - "com.esotericsoftware.spine.on-demand-loading": "4.2.0" + "com.esotericsoftware.spine.spine-unity": "4.3.0", + "com.esotericsoftware.spine.on-demand-loading": "4.3.0" }, "keywords": [ "spine", diff --git a/spine-unity/Modules/com.esotericsoftware.spine.on-demand-loading/package.json b/spine-unity/Modules/com.esotericsoftware.spine.on-demand-loading/package.json index 857660b72..1f251e711 100644 --- a/spine-unity/Modules/com.esotericsoftware.spine.on-demand-loading/package.json +++ b/spine-unity/Modules/com.esotericsoftware.spine.on-demand-loading/package.json @@ -1,8 +1,8 @@ { "name": "com.esotericsoftware.spine.on-demand-loading", "displayName": "Spine On-Demand Loading Extensions [Experimental]", - "description": "This experimental plugin provides a generic basic implementation of on-demand texture loading for the spine-unity runtime. You might want to use the available com.esotericsoftware.spine.addressables package which depends on this package.\nPlease be sure to test this package first and create backups of your project before using.\n\nPrerequisites:\nIt requires a working installation of the spine-unity runtime (via the spine-unity unitypackage), version 4.2.\n(See http://esotericsoftware.com/git/spine-runtimes/spine-unity)", - "version": "4.2.0-preview.5", + "description": "This experimental plugin provides a generic basic implementation of on-demand texture loading for the spine-unity runtime. You might want to use the available com.esotericsoftware.spine.addressables package which depends on this package.\nPlease be sure to test this package first and create backups of your project before using.\n\nPrerequisites:\nIt requires a working installation of the spine-unity runtime (via the spine-unity unitypackage), version 4.3.\n(See http://esotericsoftware.com/git/spine-runtimes/spine-unity)", + "version": "4.3.0-preview.5", "unity": "2018.3", "author": { "name": "Esoteric Software", @@ -10,7 +10,7 @@ "url": "http://esotericsoftware.com/" }, "dependencies": { - "com.esotericsoftware.spine.spine-unity": "4.2.89" + "com.esotericsoftware.spine.spine-unity": "4.3.0" }, "keywords": [ "spine", diff --git a/spine-unity/Modules/com.esotericsoftware.spine.spine-unity-tests/package.json b/spine-unity/Modules/com.esotericsoftware.spine.spine-unity-tests/package.json index aeb89fa12..1aeb725e7 100644 --- a/spine-unity/Modules/com.esotericsoftware.spine.spine-unity-tests/package.json +++ b/spine-unity/Modules/com.esotericsoftware.spine.spine-unity-tests/package.json @@ -2,7 +2,7 @@ "name": "com.esotericsoftware.spine.spine-unity-tests", "displayName": "spine-unity Runtime Tests", "description": "This plugin provides tests for the spine-unity runtime.", - "version": "4.2.0", + "version": "4.3.0", "unity": "2018.3", "author": { "name": "Esoteric Software", @@ -10,9 +10,9 @@ "url": "http://esotericsoftware.com/" }, "dependencies": { - "com.esotericsoftware.spine.spine-csharp-tests": "4.2.0", - "com.esotericsoftware.spine.spine-csharp": "4.2.0", - "com.esotericsoftware.spine.spine-unity": "4.2.0" + "com.esotericsoftware.spine.spine-csharp-tests": "4.3.0", + "com.esotericsoftware.spine.spine-csharp": "4.3.0", + "com.esotericsoftware.spine.spine-unity": "4.3.0" }, "repository": { "type": "git", diff --git a/spine-unity/Modules/com.esotericsoftware.spine.timeline/package-no-spine-unity-dependency.json b/spine-unity/Modules/com.esotericsoftware.spine.timeline/package-no-spine-unity-dependency.json index 4094bb1a6..cfed68f94 100644 --- a/spine-unity/Modules/com.esotericsoftware.spine.timeline/package-no-spine-unity-dependency.json +++ b/spine-unity/Modules/com.esotericsoftware.spine.timeline/package-no-spine-unity-dependency.json @@ -1,8 +1,8 @@ { "name": "com.esotericsoftware.spine.timeline", "displayName": "Spine Timeline Extensions", - "description": "This plugin provides integration of spine-unity for the Unity Timeline.\n\nPrerequisites:\nIt requires a working installation of the spine-unity runtime (via the spine-unity unitypackage), version 4.2.\n(See http://esotericsoftware.com/git/spine-runtimes/spine-unity)", - "version": "4.2.15", + "description": "This plugin provides integration of spine-unity for the Unity Timeline.\n\nPrerequisites:\nIt requires a working installation of the spine-unity runtime (via the spine-unity unitypackage), version 4.3.\n(See http://esotericsoftware.com/git/spine-runtimes/spine-unity)", + "version": "4.3.0", "unity": "2018.3", "author": { "name": "Esoteric Software", diff --git a/spine-unity/Modules/com.esotericsoftware.spine.timeline/package.json b/spine-unity/Modules/com.esotericsoftware.spine.timeline/package.json index 557d77e43..7ca856392 100644 --- a/spine-unity/Modules/com.esotericsoftware.spine.timeline/package.json +++ b/spine-unity/Modules/com.esotericsoftware.spine.timeline/package.json @@ -1,8 +1,8 @@ { "name": "com.esotericsoftware.spine.timeline", "displayName": "Spine Timeline Extensions", - "description": "This plugin provides integration of spine-unity for the Unity Timeline.\n\nPrerequisites:\nIt requires a working installation of the spine-unity and spine-csharp runtimes as UPM packages (not as spine-unity unitypackage), version 4.2.\n(See http://esotericsoftware.com/git/spine-runtimes/spine-unity)", - "version": "4.2.15", + "description": "This plugin provides integration of spine-unity for the Unity Timeline.\n\nPrerequisites:\nIt requires a working installation of the spine-unity and spine-csharp runtimes as UPM packages (not as spine-unity unitypackage), version 4.3.\n(See http://esotericsoftware.com/git/spine-runtimes/spine-unity)", + "version": "4.3.0", "unity": "2018.3", "author": { "name": "Esoteric Software", @@ -11,7 +11,7 @@ }, "dependencies": { "com.unity.timeline": "1.2.10", - "com.esotericsoftware.spine.spine-unity": "4.2.13" + "com.esotericsoftware.spine.spine-unity": "4.3.0" }, "keywords": [ "spine", diff --git a/spine-unity/Modules/com.esotericsoftware.spine.ui-toolkit/package.json b/spine-unity/Modules/com.esotericsoftware.spine.ui-toolkit/package.json index 186be6214..1395a5969 100644 --- a/spine-unity/Modules/com.esotericsoftware.spine.ui-toolkit/package.json +++ b/spine-unity/Modules/com.esotericsoftware.spine.ui-toolkit/package.json @@ -1,8 +1,8 @@ { "name": "com.esotericsoftware.spine.ui-toolkit", "displayName": "Spine UI Toolkit [Experimental]", - "description": "This plugin provides UI Toolkit integration for the spine-unity runtime.\n\nPrerequisites:\nIt requires a working installation of the spine-unity runtime, version 4.2.82 or newer and Unity 6000.0.16 or newer (requires [this bugfix](https://issuetracker.unity3d.com/issues/some-default-uxmlconverters-are-dependent-on-the-current-culture)).\n(See http://esotericsoftware.com/git/spine-runtimes/spine-unity)", - "version": "4.2.0-preview.2", + "description": "This plugin provides UI Toolkit integration for the spine-unity runtime.\n\nPrerequisites:\nIt requires a working installation of the spine-unity runtime, version 4.3.0 or newer and Unity 6000.0.16 or newer (requires [this bugfix](https://issuetracker.unity3d.com/issues/some-default-uxmlconverters-are-dependent-on-the-current-culture)).\n(See http://esotericsoftware.com/git/spine-runtimes/spine-unity)", + "version": "4.3.0-preview.2", "unity": "6000.0", "author": { "name": "Esoteric Software", @@ -11,7 +11,7 @@ }, "dependencies": { "com.unity.modules.uielements": "1.0.0", - "com.esotericsoftware.spine.spine-unity": "4.2.82" + "com.esotericsoftware.spine.spine-unity": "4.3.0" }, "keywords": [ "spine", diff --git a/spine-unity/Modules/com.esotericsoftware.spine.urp-shaders/package.json b/spine-unity/Modules/com.esotericsoftware.spine.urp-shaders/package.json index 4b985624f..40b2f0108 100644 --- a/spine-unity/Modules/com.esotericsoftware.spine.urp-shaders/package.json +++ b/spine-unity/Modules/com.esotericsoftware.spine.urp-shaders/package.json @@ -1,8 +1,8 @@ { "name": "com.esotericsoftware.spine.urp-shaders", "displayName": "Spine Universal RP Shaders", - "description": "This plugin provides universal render pipeline (URP) shaders for the spine-unity runtime.\n\nPrerequisites:\nIt requires a working installation of the spine-unity runtime, version 4.2.\n(See http://esotericsoftware.com/git/spine-runtimes/spine-unity)", - "version": "4.2.43", + "description": "This plugin provides universal render pipeline (URP) shaders for the spine-unity runtime.\n\nPrerequisites:\nIt requires a working installation of the spine-unity runtime, version 4.3.\n(See http://esotericsoftware.com/git/spine-runtimes/spine-unity)", + "version": "4.3.0", "unity": "2019.3", "author": { "name": "Esoteric Software", diff --git a/spine-unity/README.md b/spine-unity/README.md index b47c5a693..54511c921 100644 --- a/spine-unity/README.md +++ b/spine-unity/README.md @@ -14,7 +14,7 @@ For the official legal terms governing the Spine Runtimes, please read the [Spin ## Spine version -spine-unity works with data exported from Spine 4.2.xx. +spine-unity works with data exported from Spine 4.3.xx. spine-unity supports all Spine features.