Ei kuvausta
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.2KB

123456789101112131415161718192021222324252627282930313233
  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": "17.0.3",
  5. "unity": "6000.0",
  6. "displayName": "Universal RP",
  7. "dependencies": {
  8. "com.unity.render-pipelines.core": "17.0.3",
  9. "com.unity.shadergraph": "17.0.3",
  10. "com.unity.render-pipelines.universal-config": "17.0.3"
  11. },
  12. "keywords": [
  13. "graphics",
  14. "performance",
  15. "rendering",
  16. "mobile",
  17. "render",
  18. "pipeline"
  19. ],
  20. "samples": [
  21. {
  22. "displayName": "URP Package Samples",
  23. "description": "Collection of scenes showcasing different features of the Universal Render Pipeline.",
  24. "path": "Samples~/URPPackageSamples"
  25. },
  26. {
  27. "displayName": "URP RenderGraph Samples",
  28. "description": "Collection of scripts with some examples of RenderGraph and how it is used within the Universal Render Pipeline.",
  29. "path": "Samples~/URPRenderGraphSamples"
  30. }
  31. ],
  32. "_fingerprint": "068b8bd4935ef1a72433b4390b0627ea3f9e12e4"
  33. }