mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 22:34:53 +08:00
20 lines
828 B
JSON
20 lines
828 B
JSON
{
|
|
"name": "com.esotericsoftware.spine.on-demand-loading",
|
|
"displayName": "Spine On-Demand Loading Extensions",
|
|
"description": "This plugin provides a generic basic implementation of on-demand texture loading for the spine-unity runtime. You might want to use the available com.esotericsoftware.spine.addressables package which depends on this package.\n\nPrerequisites:\nIt requires a working installation of the spine-unity runtime (via the spine-unity unitypackage), version 4.3.\n(See http://esotericsoftware.com/git/spine-runtimes/spine-unity)",
|
|
"version": "4.3.0-preview.5",
|
|
"unity": "2018.3",
|
|
"author": {
|
|
"name": "Esoteric Software",
|
|
"email": "contact@esotericsoftware.com",
|
|
"url": "http://esotericsoftware.com/"
|
|
},
|
|
"dependencies": { },
|
|
"keywords": [
|
|
"spine",
|
|
"on-demand",
|
|
"loading",
|
|
"preview"
|
|
]
|
|
}
|