mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 09:16:01 +08:00
24 lines
756 B
JSON
24 lines
756 B
JSON
{
|
|
"name": "com.esotericsoftware.spine.urp-shaders",
|
|
"displayName": "Spine Universal RP Shaders",
|
|
"description": "This plugin provides universal render pipeline (URP) shaders for the spine-unity runtime.\n\nPrerequisites:\nIt requires a working installation of the spine-unity runtime, version 4.1.\n(See http://esotericsoftware.com/git/spine-runtimes/spine-unity)",
|
|
"version": "4.1.3",
|
|
"unity": "2019.3",
|
|
"author": {
|
|
"name": "Esoteric Software",
|
|
"email": "contact@esotericsoftware.com",
|
|
"url": "http://esotericsoftware.com/"
|
|
},
|
|
"dependencies": {
|
|
"com.unity.render-pipelines.universal": "7.1.5"
|
|
},
|
|
"keywords": [
|
|
"spine",
|
|
"urp",
|
|
"universal",
|
|
"render pipeline",
|
|
"shaders"
|
|
],
|
|
"hideInEditor": false
|
|
}
|