Эх сурвалжийг харах

[unity] Minor: Increased version numbers in package.json files to 4.2, corrected leftovers.

Harald Csaszar 1 жил өмнө
parent
commit
5feb55d56e

+ 4 - 4
spine-unity/Modules/com.esotericsoftware.spine.addressables/package.json

@@ -1,8 +1,8 @@
 {
 {
 	"name": "com.esotericsoftware.spine.addressables",
 	"name": "com.esotericsoftware.spine.addressables",
 	"displayName": "Spine Addressables Extensions [Experimental]",
 	"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.1.\n(See http://esotericsoftware.com/git/spine-runtimes/spine-unity)",
-	"version": "4.1.0-preview.3",
+	"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.3",
 	"unity": "2018.3",
 	"unity": "2018.3",
 	"author": {
 	"author": {
 		"name": "Esoteric Software",
 		"name": "Esoteric Software",
@@ -11,8 +11,8 @@
 	},
 	},
 	"dependencies": {
 	"dependencies": {
 		"com.unity.addressables": "1.18.19",
 		"com.unity.addressables": "1.18.19",
-		"com.esotericsoftware.spine.spine-unity": "4.1.21",
-		"com.esotericsoftware.spine.on-demand-loading": "4.1.0"
+		"com.esotericsoftware.spine.spine-unity": "4.2.21",
+		"com.esotericsoftware.spine.on-demand-loading": "4.2.0"
 	},
 	},
 	"keywords": [
 	"keywords": [
 		"spine",
 		"spine",

+ 2 - 2
spine-unity/Modules/com.esotericsoftware.spine.lwrp-shaders/package-2019.1.json

@@ -1,8 +1,8 @@
 {
 {
 	"name": "com.esotericsoftware.spine.lwrp-shaders",
 	"name": "com.esotericsoftware.spine.lwrp-shaders",
 	"displayName": "Spine Lightweight RP Shaders",
 	"displayName": "Spine Lightweight RP Shaders",
-	"description": "This plugin provides lightweight render pipeline (LWRP) shaders for the spine-unity runtime.\n\nPrerequisites:\nIt requires a working installation of the spine-unity runtime, version 4.1.\n(See http://esotericsoftware.com/git/spine-runtimes/spine-unity)",
-	"version": "4.1.0",
+	"description": "This plugin provides lightweight render pipeline (LWRP) 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.0",
 	"unity": "2019.1",
 	"unity": "2019.1",
 	"author": {
 	"author": {
 		"name": "Esoteric Software",
 		"name": "Esoteric Software",

+ 2 - 2
spine-unity/Modules/com.esotericsoftware.spine.lwrp-shaders/package-2019.2.json

@@ -1,8 +1,8 @@
 {
 {
 	"name": "com.esotericsoftware.spine.lwrp-shaders",
 	"name": "com.esotericsoftware.spine.lwrp-shaders",
 	"displayName": "Spine Lightweight RP Shaders",
 	"displayName": "Spine Lightweight RP Shaders",
-	"description": "This plugin provides lightweight render pipeline (LWRP) shaders for the spine-unity runtime.\n\nPrerequisites:\nIt requires a working installation of the spine-unity runtime, version 4.1.\n(See http://esotericsoftware.com/git/spine-runtimes/spine-unity)",
-	"version": "4.1.0",
+	"description": "This plugin provides lightweight render pipeline (LWRP) 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.0",
 	"unity": "2019.2",
 	"unity": "2019.2",
 	"author": {
 	"author": {
 		"name": "Esoteric Software",
 		"name": "Esoteric Software",

+ 3 - 3
spine-unity/Modules/com.esotericsoftware.spine.on-demand-loading/package.json

@@ -1,8 +1,8 @@
 {
 {
 	"name": "com.esotericsoftware.spine.on-demand-loading",
 	"name": "com.esotericsoftware.spine.on-demand-loading",
 	"displayName": "Spine On-Demand Loading Extensions [Experimental]",
 	"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.1.\n(See http://esotericsoftware.com/git/spine-runtimes/spine-unity)",
-	"version": "4.1.0-preview.3",
+	"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.3",
 	"unity": "2018.3",
 	"unity": "2018.3",
 	"author": {
 	"author": {
 		"name": "Esoteric Software",
 		"name": "Esoteric Software",
@@ -10,7 +10,7 @@
 		"url": "http://esotericsoftware.com/"
 		"url": "http://esotericsoftware.com/"
 	},
 	},
 	"dependencies": {
 	"dependencies": {
-		"com.esotericsoftware.spine.spine-unity": "4.1.21"
+		"com.esotericsoftware.spine.spine-unity": "4.2.21"
 	},
 	},
 	"keywords": [
 	"keywords": [
 		"spine",
 		"spine",

+ 1 - 1
spine-unity/Modules/com.esotericsoftware.spine.timeline/package-no-spine-unity-dependency.json

@@ -1,7 +1,7 @@
 {
 {
 	"name": "com.esotericsoftware.spine.timeline",
 	"name": "com.esotericsoftware.spine.timeline",
 	"displayName": "Spine Timeline Extensions",
 	"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.1.\n(See http://esotericsoftware.com/git/spine-runtimes/spine-unity)",
+	"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.14",
 	"version": "4.2.14",
 	"unity": "2018.3",
 	"unity": "2018.3",
 	"author": {
 	"author": {