Add Unity Pipeline package support

This commit is contained in:
ud18010
2026-07-31 17:34:04 +08:00
parent d1a526094e
commit 786b7ffff9
590 changed files with 51995 additions and 2 deletions
+1
View File
@@ -2,6 +2,7 @@
"dependencies": {
"com.code-philosophy.hybridclr": "file:../PackageLocal/com.code-philosophy.hybridclr@8.5.1",
"com.esotericsoftware.spine.urp-shaders": "file:../PackageLocal/com.esotericsoftware.spine.urp-shaders@4.3",
"com.unity.pipeline": "file:../PackageLocal/com.unity.pipeline@0.4.0-exp.1",
"com.unity.2d.sprite": "file:../PackageLocal/com.unity.2d.sprite@1.0.0",
"com.unity.ai.navigation": "1.1.6",
"com.unity.burst": "1.8.21",
+14 -1
View File
@@ -124,7 +124,7 @@
"url": "https://packages.unity.com"
},
"com.unity.nuget.mono-cecil": {
"version": "1.11.4",
"version": "1.11.6",
"depth": 1,
"source": "registry",
"dependencies": {},
@@ -143,6 +143,19 @@
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.pipeline": {
"version": "file:../PackageLocal/com.unity.pipeline@0.4.0-exp.1",
"depth": 0,
"source": "local",
"dependencies": {
"com.unity.test-framework": "1.1.33",
"com.unity.modules.jsonserialize": "1.0.0",
"com.unity.nuget.newtonsoft-json": "3.0.2",
"com.unity.nuget.mono-cecil": "1.11.6",
"com.unity.modules.uielements": "1.0.0",
"com.unity.modules.screencapture": "1.0.0"
}
},
"com.unity.render-pipelines.core": {
"version": "file:../PackageLocal/com.unity.render-pipelines.core@12.1.6",
"depth": 0,