|
@@ -2,7 +2,7 @@
|
|
|
"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.22",
|
|
|
+ "version": "4.1.23",
|
|
|
"unity": "2019.3",
|
|
|
"author": {
|
|
|
"name": "Esoteric Software",
|
|
@@ -19,5 +19,12 @@
|
|
|
"render pipeline",
|
|
|
"shaders"
|
|
|
],
|
|
|
- "hideInEditor": false
|
|
|
+ "hideInEditor": false,
|
|
|
+ "samples": [
|
|
|
+ {
|
|
|
+ "displayName": "Examples",
|
|
|
+ "description": "Contains examples for 2D and 3D Universal RP Spine shaders",
|
|
|
+ "path": "Samples~/Examples"
|
|
|
+ }
|
|
|
+ ]
|
|
|
}
|