package.json 904 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "com.unity.render-pipelines.universal",
  3. "description": "The Universal Render Pipeline (URP) is a prebuilt Scriptable Render Pipeline, made by Unity. URP provides artist-friendly workflows that let you quickly and easily create optimized graphics across a range of platforms, from mobile to high-end consoles and PCs.",
  4. "version": "7.3.1",
  5. "unity": "2019.3",
  6. "unityRelease": "2f1",
  7. "displayName": "Universal RP",
  8. "dependencies": {
  9. "com.unity.render-pipelines.core": "7.3.1",
  10. "com.unity.shadergraph": "7.3.1"
  11. },
  12. "keywords": [
  13. "graphics",
  14. "performance",
  15. "rendering",
  16. "mobile",
  17. "render",
  18. "pipeline"
  19. ],
  20. "repository": {
  21. "footprint": "c4b65d20564fdc475c810989d8b9da698ad4afb7",
  22. "type": "git",
  23. "url": "https://github.com/Unity-Technologies/ScriptableRenderPipeline.git",
  24. "revision": "3e04a9da77f7658a9bec4a2a8de3a4a40b169865"
  25. }
  26. }