mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[unity] Added basic Unity package dependencies for spine-unity package. Closes #2628.
This commit is contained in:
parent
1883f1e894
commit
448c38c968
@ -2,7 +2,7 @@
|
|||||||
"name": "com.esotericsoftware.spine.spine-unity",
|
"name": "com.esotericsoftware.spine.spine-unity",
|
||||||
"displayName": "spine-unity Runtime",
|
"displayName": "spine-unity Runtime",
|
||||||
"description": "This plugin provides the spine-unity runtime core.",
|
"description": "This plugin provides the spine-unity runtime core.",
|
||||||
"version": "4.2.87",
|
"version": "4.2.88",
|
||||||
"unity": "2018.3",
|
"unity": "2018.3",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Esoteric Software",
|
"name": "Esoteric Software",
|
||||||
@ -10,6 +10,10 @@
|
|||||||
"url": "http://esotericsoftware.com/"
|
"url": "http://esotericsoftware.com/"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"com.unity.ugui" : "1.0.0",
|
||||||
|
"com.unity.modules.animation" : "1.0.0",
|
||||||
|
"com.unity.modules.physics" : "1.0.0",
|
||||||
|
"com.unity.modules.physics2d" : "1.0.0",
|
||||||
"com.esotericsoftware.spine.spine-csharp": "4.2.0"
|
"com.esotericsoftware.spine.spine-csharp": "4.2.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user