浏览代码

[unity] Updated version numbers in package.json and similar files to 4.3.

Harald Csaszar 5 月之前
父节点
当前提交
dc21334dcd

+ 2 - 2
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",

+ 1 - 1
spine-unity/Assets/Spine/version.txt

@@ -1 +1 @@
-This Spine-Unity runtime works with data exported from Spine Editor version: 4.2.xx
+This Spine-Unity runtime works with data exported from Spine Editor version: 4.3.xx

+ 4 - 4
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",

+ 3 - 3
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",

+ 4 - 4
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",

+ 2 - 2
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",

+ 3 - 3
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",

+ 3 - 3
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",

+ 2 - 2
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",

+ 1 - 1
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.