package.json 961 B

1234567891011121314151617
  1. {
  2. "name": "com.unity.render-pipelines.core",
  3. "description": "SRP Core makes it easier to create or customize a Scriptable Render Pipeline (SRP). SRP Core contains reusable code, including boilerplate code for working with platform-specific graphics APIs, utility functions for common rendering operations, and shader libraries. The code in SRP Core is use by the High Definition Render Pipeline (HDRP) and Universal Render Pipeline (URP). If you are creating a custom SRP from scratch or customizing a prebuilt SRP, using SRP Core will save you time.",
  4. "version": "7.3.1",
  5. "unity": "2019.3",
  6. "unityRelease": "2f1",
  7. "displayName": "Core RP Library",
  8. "dependencies": {
  9. "com.unity.ugui": "1.0.0"
  10. },
  11. "repository": {
  12. "footprint": "9906d44ca32274bf960efcd725e563ff953384e9",
  13. "type": "git",
  14. "url": "https://github.com/Unity-Technologies/ScriptableRenderPipeline.git",
  15. "revision": "3e04a9da77f7658a9bec4a2a8de3a4a40b169865"
  16. }
  17. }