package.json 937 B

12345678910111213141516171819202122232425262728
  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": "12.1.6",
  5. "unity": "2021.2",
  6. "displayName": "Universal RP",
  7. "dependencies": {
  8. "com.unity.mathematics": "1.2.1",
  9. "com.unity.burst": "1.5.0",
  10. "com.unity.render-pipelines.core": "12.1.6",
  11. "com.unity.shadergraph": "12.1.6"
  12. },
  13. "keywords": [
  14. "graphics",
  15. "performance",
  16. "rendering",
  17. "mobile",
  18. "render",
  19. "pipeline"
  20. ],
  21. "samples": [
  22. {
  23. "displayName": "URP Package Samples",
  24. "description": "Collection of scenes showcasing different features of the Universal Render Pipeline.",
  25. "path": "Samples~/URPPackageSamples"
  26. }
  27. ]
  28. }