mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 14:24:53 +08:00
[unity] Added package json file without unity dependency for packaging scripts.
This commit is contained in:
parent
703dd39af7
commit
5011d97d4a
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"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.3.42 or newer and Unity 6000.3 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.5",
|
||||||
|
"unity": "6000.3",
|
||||||
|
"author": {
|
||||||
|
"name": "Esoteric Software",
|
||||||
|
"email": "contact@esotericsoftware.com",
|
||||||
|
"url": "http://esotericsoftware.com/"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"com.unity.modules.uielements": "1.0.0"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"spine",
|
||||||
|
"ui toolkit",
|
||||||
|
"ui",
|
||||||
|
"preview"
|
||||||
|
],
|
||||||
|
"hideInEditor": false,
|
||||||
|
"samples": [
|
||||||
|
{
|
||||||
|
"displayName": "Examples",
|
||||||
|
"description": "Contains examples for UI Toolkit",
|
||||||
|
"path": "Samples~/Examples"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@ -0,0 +1,7 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: c4ea9b77ff68bb74e9931e954851b3ba
|
||||||
|
TextScriptImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
Loading…
x
Reference in New Issue
Block a user