[unity] Added basic Unity package dependencies for spine-unity package. Closes #2628.

This commit is contained in:
Harald Csaszar 2024-10-01 17:29:58 +02:00
parent 1883f1e894
commit 448c38c968

View File

@ -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": {