12345678910111213141516171819202122 |
- {
- "name": "com.esotericsoftware.spine.lwrp-shaders",
- "displayName": "Spine Lightweight RP Shaders",
- "description": "This plugin provides lightweight render pipeline (LWRP) 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.0",
- "unity": "2019.1",
- "author": {
- "name": "Esoteric Software",
- "email": "[email protected]",
- "url": "http://esotericsoftware.com/"
- },
- "dependencies": {
- "com.unity.render-pipelines.lightweight": "5.7.2"
- },
- "keywords": [
- "spine",
- "lwrp",
- "lightweight",
- "render pipeline",
- "shaders"
- ]
- }
|