123456789101112131415161718192021222324252627282930 |
- {
- "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.2.\n(See http://esotericsoftware.com/git/spine-runtimes/spine-unity)",
- "version": "4.2.44",
- "unity": "2019.3",
- "author": {
- "name": "Esoteric Software",
- "email": "[email protected]",
- "url": "http://esotericsoftware.com/"
- },
- "dependencies": {
- "com.unity.render-pipelines.universal": "7.1.5"
- },
- "keywords": [
- "spine",
- "urp",
- "universal",
- "render pipeline",
- "shaders"
- ],
- "hideInEditor": false,
- "samples": [
- {
- "displayName": "Examples",
- "description": "Contains examples for 2D and 3D Universal RP Spine shaders",
- "path": "Samples~/Examples"
- }
- ]
- }
|