Make outer walls transparent
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"com.unity.formats.fbx": "5.1.0",
|
||||
"com.unity.ide.visualstudio": "2.0.22",
|
||||
"com.unity.inputsystem": "1.7.0",
|
||||
"com.unity.render-pipelines.universal": "16.0.4",
|
||||
"com.unity.render-pipelines.universal": "16.0.5",
|
||||
"com.unity.test-framework": "1.3.9",
|
||||
"com.unity.timeline": "1.8.6",
|
||||
"com.unity.ugui": "2.0.0",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user