您最多选择25个主题
主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
20 行
982 B
20 行
982 B
{
|
|
"name": "com.unity.render-pipelines.universal",
|
|
"description": "The Universal Render Pipeline is a prebuilt Scriptable Render Pipeline, made by Unity. The technology offers graphics that are scalable to mobile platforms, and you can also use it for higher-end consoles and PCs. You’re able to achieve quick rendering at a high quality without needing compute shader technology. The Universal Render Pipeline uses simplified, physically based Lighting and Materials. The Universal Render Pipeline uses single-pass forward rendering. Use this pipeline to get optimized real-time performance on several platforms.",
|
|
"version": "7.1.1",
|
|
"unity": "2019.3",
|
|
"unityRelease": "0a10",
|
|
"displayName": "Universal RP",
|
|
"dependencies": {
|
|
"com.unity.render-pipelines.core": "7.1.1",
|
|
"com.unity.shadergraph": "7.1.1"
|
|
},
|
|
"keywords":[
|
|
"graphics",
|
|
"performance",
|
|
"rendering",
|
|
"mobile",
|
|
"render",
|
|
"pipeline"
|
|
]
|
|
}
|