URP rendering with lighting

This commit is contained in:
2023-06-21 12:44:30 +03:00
parent 38e65a1a09
commit 9fa3e887c8
55 changed files with 2139 additions and 1081 deletions
+1
View File
@@ -14,6 +14,7 @@
"com.unity.ide.visualstudio": "2.0.18",
"com.unity.ide.vscode": "1.2.5",
"com.unity.purchasing": "4.8.0",
"com.unity.render-pipelines.universal": "14.0.7",
"com.unity.test-framework": "1.1.33",
"com.unity.textmeshpro": "3.0.6",
"com.unity.timeline": "1.7.4",
+39 -1
View File
@@ -100,7 +100,7 @@
},
"com.unity.burst": {
"version": "1.8.4",
"depth": 2,
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.mathematics": "1.2.1"
@@ -184,6 +184,35 @@
},
"url": "https://packages.unity.com"
},
"com.unity.render-pipelines.core": {
"version": "14.0.7",
"depth": 1,
"source": "builtin",
"dependencies": {
"com.unity.ugui": "1.0.0",
"com.unity.modules.physics": "1.0.0",
"com.unity.modules.terrain": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0"
}
},
"com.unity.render-pipelines.universal": {
"version": "14.0.7",
"depth": 0,
"source": "builtin",
"dependencies": {
"com.unity.mathematics": "1.2.1",
"com.unity.burst": "1.8.4",
"com.unity.render-pipelines.core": "14.0.7",
"com.unity.shadergraph": "14.0.7"
}
},
"com.unity.searcher": {
"version": "4.9.2",
"depth": 2,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.services.analytics": {
"version": "4.4.0",
"depth": 1,
@@ -206,6 +235,15 @@
},
"url": "https://packages.unity.com"
},
"com.unity.shadergraph": {
"version": "14.0.7",
"depth": 1,
"source": "builtin",
"dependencies": {
"com.unity.render-pipelines.core": "14.0.7",
"com.unity.searcher": "4.9.2"
}
},
"com.unity.test-framework": {
"version": "1.1.33",
"depth": 0,