package.json 939 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "com.esotericsoftware.spine.urp-shaders",
  3. "displayName": "Spine Universal RP Shaders",
  4. "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)",
  5. "version": "4.2.44",
  6. "unity": "2019.3",
  7. "author": {
  8. "name": "Esoteric Software",
  9. "email": "[email protected]",
  10. "url": "http://esotericsoftware.com/"
  11. },
  12. "dependencies": {
  13. "com.unity.render-pipelines.universal": "7.1.5"
  14. },
  15. "keywords": [
  16. "spine",
  17. "urp",
  18. "universal",
  19. "render pipeline",
  20. "shaders"
  21. ],
  22. "hideInEditor": false,
  23. "samples": [
  24. {
  25. "displayName": "Examples",
  26. "description": "Contains examples for 2D and 3D Universal RP Spine shaders",
  27. "path": "Samples~/Examples"
  28. }
  29. ]
  30. }