Swapping to Univeral Render Pipeline and testing out some stylised lighting@

This commit is contained in:
Dan Foster
2026-02-11 22:26:26 +00:00
parent f1154113c0
commit bd036cb8fb
33 changed files with 2949 additions and 59 deletions

View File

@@ -130,7 +130,7 @@
},
"com.unity.render-pipelines.core": {
"version": "17.3.0",
"depth": 2,
"depth": 1,
"source": "builtin",
"dependencies": {
"com.unity.burst": "1.8.14",
@@ -142,6 +142,24 @@
"com.unity.modules.jsonserialize": "1.0.0"
}
},
"com.unity.render-pipelines.universal": {
"version": "17.3.0",
"depth": 0,
"source": "builtin",
"dependencies": {
"com.unity.render-pipelines.core": "17.3.0",
"com.unity.shadergraph": "17.3.0",
"com.unity.render-pipelines.universal-config": "17.0.3"
}
},
"com.unity.render-pipelines.universal-config": {
"version": "17.0.3",
"depth": 1,
"source": "builtin",
"dependencies": {
"com.unity.render-pipelines.core": "17.0.3"
}
},
"com.unity.searcher": {
"version": "4.9.4",
"depth": 2,