Files
Test-Multiplayer/Library/PackageCache/com.unity.render-pipelines.universal@bc6f352be672/package.json
pelpanagiotis 329b7d3183 First Commit
2025-12-21 18:31:02 +02:00

34 lines
1.2 KiB
JSON

{
"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": "17.2.0",
"unity": "6000.2",
"displayName": "Universal Render Pipeline",
"dependencies": {
"com.unity.render-pipelines.core": "17.2.0",
"com.unity.shadergraph": "17.2.0",
"com.unity.render-pipelines.universal-config": "17.0.3"
},
"keywords": [
"graphics",
"performance",
"rendering",
"mobile",
"render",
"pipeline"
],
"samples": [
{
"displayName": "URP Package Samples",
"description": "Collection of scenes showcasing different features of the Universal Render Pipeline.",
"path": "Samples~/URPPackageSamples"
},
{
"displayName": "URP RenderGraph Samples",
"description": "Collection of scripts with some examples of RenderGraph and how it is used within the Universal Render Pipeline.",
"path": "Samples~/URPRenderGraphSamples"
}
],
"_fingerprint": "bc6f352be672eba8ef5526e9dda488edc330c691"
}