update unity, fix skybox

This commit is contained in:
2022-12-01 16:00:00 +01:00
parent 26602d3dbc
commit 88f1b19990
6 changed files with 28 additions and 13 deletions

View File

@@ -4,7 +4,7 @@
"com.unity.ide.rider": "3.0.16",
"com.unity.ide.visualstudio": "2.0.16",
"com.unity.ide.vscode": "1.2.5",
"com.unity.render-pipelines.universal": "13.1.8",
"com.unity.render-pipelines.universal": "13.1.9",
"com.unity.test-framework": "1.1.33",
"com.unity.textmeshpro": "3.0.6",
"com.unity.timeline": "1.7.2",

View File

@@ -65,7 +65,7 @@
"url": "https://packages.unity.com"
},
"com.unity.render-pipelines.core": {
"version": "13.1.8",
"version": "13.1.9",
"depth": 1,
"source": "builtin",
"dependencies": {
@@ -75,14 +75,14 @@
}
},
"com.unity.render-pipelines.universal": {
"version": "13.1.8",
"version": "13.1.9",
"depth": 0,
"source": "builtin",
"dependencies": {
"com.unity.mathematics": "1.2.1",
"com.unity.burst": "1.7.3",
"com.unity.render-pipelines.core": "13.1.8",
"com.unity.shadergraph": "13.1.8"
"com.unity.render-pipelines.core": "13.1.9",
"com.unity.shadergraph": "13.1.9"
}
},
"com.unity.searcher": {
@@ -93,11 +93,11 @@
"url": "https://packages.unity.com"
},
"com.unity.shadergraph": {
"version": "13.1.8",
"version": "13.1.9",
"depth": 1,
"source": "builtin",
"dependencies": {
"com.unity.render-pipelines.core": "13.1.8",
"com.unity.render-pipelines.core": "13.1.9",
"com.unity.searcher": "4.9.2"
}
},