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

@@ -5,6 +5,7 @@
"com.unity.feature.development": "1.0.2",
"com.unity.multiplayer.center": "1.0.1",
"com.unity.probuilder": "6.0.8",
"com.unity.render-pipelines.universal": "17.3.0",
"com.unity.timeline": "1.8.10",
"com.unity.ugui": "2.0.0",
"com.unity.visualscripting": "1.9.9",

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,