1234567891011121314151617181920212223242526 |
- {
- "name": "com.unity.render-pipelines.universal",
- "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.",
- "version": "7.3.1",
- "unity": "2019.3",
- "unityRelease": "2f1",
- "displayName": "Universal RP",
- "dependencies": {
- "com.unity.render-pipelines.core": "7.3.1",
- "com.unity.shadergraph": "7.3.1"
- },
- "keywords": [
- "graphics",
- "performance",
- "rendering",
- "mobile",
- "render",
- "pipeline"
- ],
- "repository": {
- "footprint": "c4b65d20564fdc475c810989d8b9da698ad4afb7",
- "type": "git",
- "url": "https://github.com/Unity-Technologies/ScriptableRenderPipeline.git",
- "revision": "3e04a9da77f7658a9bec4a2a8de3a4a40b169865"
- }
- }
|