mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 09:16:01 +08:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"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.2.82 or newer and Unity 6000.0.16 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.2.0-preview.2",
|
|
"unity": "6000.0",
|
|
"author": {
|
|
"name": "Esoteric Software",
|
|
"email": "contact@esotericsoftware.com",
|
|
"url": "http://esotericsoftware.com/"
|
|
},
|
|
"dependencies": {
|
|
"com.unity.modules.uielements": "1.0.0",
|
|
"com.esotericsoftware.spine.spine-unity": "4.2.82"
|
|
},
|
|
"keywords": [
|
|
"spine",
|
|
"ui toolkit",
|
|
"ui",
|
|
"preview"
|
|
],
|
|
"hideInEditor": false,
|
|
"samples": [
|
|
{
|
|
"displayName": "Examples",
|
|
"description": "Contains examples for UI Toolkit",
|
|
"path": "Samples~/Examples"
|
|
}
|
|
]
|
|
}
|