修改框架,增加渲染管线扩展包

This commit is contained in:
MuHua-123
2025-04-03 14:32:41 +08:00
parent 0cc1ec3866
commit 5917f914ba
219 changed files with 17518 additions and 1000 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "muhua-render-pipeline",
"version": "1.0.0",
"displayName": "MuHua Render Pipeline",
"description": "\u6e32\u67d3\u7ba1\u7ebf\u6269\u5c55\u5305",
"author": {
"name": "MuHua",
"email": "muhua233@qq.com"
},
"type": "tool",
"dependencies": {
"com.unity.render-pipelines.universal": "14.0.11"
}
}