package-2019.1.json 714 B

12345678910111213141516171819202122
  1. {
  2. "name": "com.esotericsoftware.spine.lwrp-shaders",
  3. "displayName": "Spine Lightweight RP Shaders",
  4. "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 3.8.\n(See http://esotericsoftware.com/git/spine-runtimes/spine-unity)",
  5. "version": "3.8.1",
  6. "unity": "2019.1",
  7. "author": {
  8. "name": "Esoteric Software",
  9. "email": "[email protected]",
  10. "url": "http://esotericsoftware.com/"
  11. },
  12. "dependencies": {
  13. "com.unity.render-pipelines.lightweight": "5.7.2"
  14. },
  15. "keywords": [
  16. "spine",
  17. "lwrp",
  18. "lightweight",
  19. "render pipeline",
  20. "shaders"
  21. ]
  22. }