package.json 756 B

1234567891011121314151617181920212223
  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.0.\n(See http://esotericsoftware.com/git/spine-runtimes/spine-unity)",
  5. "version": "4.0.6",
  6. "unity": "2019.3",
  7. "author": {
  8. "name": "Esoteric Software",
  9. "email": "contact@esotericsoftware.com",
  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. }