Make outer walls transparent

This commit is contained in:
2024-03-15 12:57:21 +02:00
parent d2d0fab588
commit d30dba25db
11 changed files with 27 additions and 15 deletions
+10 -9
View File
@@ -34,11 +34,12 @@
"url": "https://packages.unity.com"
},
"com.unity.burst": {
"version": "1.8.11",
"version": "1.8.12",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.mathematics": "1.2.1"
"com.unity.mathematics": "1.2.1",
"com.unity.modules.jsonserialize": "1.0.0"
},
"url": "https://packages.unity.com"
},
@@ -119,7 +120,7 @@
"url": "https://packages.unity.com"
},
"com.unity.render-pipelines.core": {
"version": "16.0.4",
"version": "16.0.5",
"depth": 1,
"source": "builtin",
"dependencies": {
@@ -132,18 +133,18 @@
}
},
"com.unity.render-pipelines.universal": {
"version": "16.0.4",
"version": "16.0.5",
"depth": 0,
"source": "builtin",
"dependencies": {
"com.unity.mathematics": "1.2.1",
"com.unity.burst": "1.8.9",
"com.unity.render-pipelines.core": "16.0.4",
"com.unity.shadergraph": "16.0.4"
"com.unity.render-pipelines.core": "16.0.5",
"com.unity.shadergraph": "16.0.5"
}
},
"com.unity.rendering.light-transport": {
"version": "1.0.0",
"version": "1.0.1",
"depth": 2,
"source": "builtin",
"dependencies": {
@@ -160,11 +161,11 @@
"url": "https://packages.unity.com"
},
"com.unity.shadergraph": {
"version": "16.0.4",
"version": "16.0.5",
"depth": 1,
"source": "builtin",
"dependencies": {
"com.unity.render-pipelines.core": "16.0.4",
"com.unity.render-pipelines.core": "16.0.5",
"com.unity.searcher": "4.9.2"
}
},