From b235b42175c69761b60df511e786a34d7a38cb60 Mon Sep 17 00:00:00 2001 From: Harald Csaszar Date: Fri, 17 Sep 2021 18:19:29 +0200 Subject: [PATCH] [unity] Added a second package.json for timeline UPM package for use with spine-unity via unitypackage instead of UPM dependencies. See #1676. --- .../package-no-spine-unity-dependency.json | 19 +++++++++++++++++++ ...ackage-no-spine-unity-dependency.json.meta | 7 +++++++ .../package.json | 2 +- 3 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 spine-unity/Modules/com.esotericsoftware.spine.timeline/package-no-spine-unity-dependency.json create mode 100644 spine-unity/Modules/com.esotericsoftware.spine.timeline/package-no-spine-unity-dependency.json.meta 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 new file mode 100644 index 000000000..3d231ddbe --- /dev/null +++ b/spine-unity/Modules/com.esotericsoftware.spine.timeline/package-no-spine-unity-dependency.json @@ -0,0 +1,19 @@ +{ + "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.0.\n(See http://esotericsoftware.com/git/spine-runtimes/spine-unity)", + "version": "4.0.5", + "unity": "2018.3", + "author": { + "name": "Esoteric Software", + "email": "contact@esotericsoftware.com", + "url": "http://esotericsoftware.com/" + }, + "dependencies": { + "com.unity.timeline": "1.2.10" + }, + "keywords": [ + "spine", + "timeline" + ] +} diff --git a/spine-unity/Modules/com.esotericsoftware.spine.timeline/package-no-spine-unity-dependency.json.meta b/spine-unity/Modules/com.esotericsoftware.spine.timeline/package-no-spine-unity-dependency.json.meta new file mode 100644 index 000000000..bfe7ca7b6 --- /dev/null +++ b/spine-unity/Modules/com.esotericsoftware.spine.timeline/package-no-spine-unity-dependency.json.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 7d45acd6a5447f84db6c00a864838a10 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/spine-unity/Modules/com.esotericsoftware.spine.timeline/package.json b/spine-unity/Modules/com.esotericsoftware.spine.timeline/package.json index 996c84e98..f03c692b2 100644 --- a/spine-unity/Modules/com.esotericsoftware.spine.timeline/package.json +++ b/spine-unity/Modules/com.esotericsoftware.spine.timeline/package.json @@ -1,7 +1,7 @@ { "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, version 4.0.\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 and spine-csharp runtimes as UPM packages (not as spine-unity unitypackage), version 4.0.\n(See http://esotericsoftware.com/git/spine-runtimes/spine-unity)", "version": "4.0.5", "unity": "2018.3", "author": {