Add final missing lights and doors
This commit is contained in:
parent
40762884e7
commit
fecec8e817
File diff suppressed because it is too large
Load Diff
@ -10,7 +10,7 @@
|
||||
"com.unity.inputsystem": "1.1.0-preview.3",
|
||||
"com.unity.postprocessing": "3.0.3",
|
||||
"com.unity.progrids": "3.0.3-preview.6",
|
||||
"com.unity.render-pipelines.universal": "10.3.2",
|
||||
"com.unity.render-pipelines.universal": "10.4.0",
|
||||
"com.unity.test-framework": "1.1.24",
|
||||
"com.unity.textmeshpro": "3.0.4",
|
||||
"com.unity.timeline": "1.4.7",
|
||||
|
@ -84,7 +84,7 @@
|
||||
"url": "https://packages.unity.com"
|
||||
},
|
||||
"com.unity.render-pipelines.core": {
|
||||
"version": "10.3.2",
|
||||
"version": "10.4.0",
|
||||
"depth": 1,
|
||||
"source": "registry",
|
||||
"dependencies": {
|
||||
@ -93,13 +93,13 @@
|
||||
"url": "https://packages.unity.com"
|
||||
},
|
||||
"com.unity.render-pipelines.universal": {
|
||||
"version": "10.3.2",
|
||||
"version": "10.4.0",
|
||||
"depth": 0,
|
||||
"source": "registry",
|
||||
"dependencies": {
|
||||
"com.unity.mathematics": "1.1.0",
|
||||
"com.unity.render-pipelines.core": "10.3.2",
|
||||
"com.unity.shadergraph": "10.3.2"
|
||||
"com.unity.render-pipelines.core": "10.4.0",
|
||||
"com.unity.shadergraph": "10.4.0"
|
||||
},
|
||||
"url": "https://packages.unity.com"
|
||||
},
|
||||
@ -118,11 +118,11 @@
|
||||
"url": "https://packages.unity.com"
|
||||
},
|
||||
"com.unity.shadergraph": {
|
||||
"version": "10.3.2",
|
||||
"version": "10.4.0",
|
||||
"depth": 1,
|
||||
"source": "registry",
|
||||
"dependencies": {
|
||||
"com.unity.render-pipelines.core": "10.3.2",
|
||||
"com.unity.render-pipelines.core": "10.4.0",
|
||||
"com.unity.searcher": "4.3.1"
|
||||
},
|
||||
"url": "https://packages.unity.com"
|
||||
|
@ -1,2 +1,2 @@
|
||||
m_EditorVersion: 2020.3.1f1
|
||||
m_EditorVersionWithRevision: 2020.3.1f1 (77a89f25062f)
|
||||
m_EditorVersion: 2020.3.2f1
|
||||
m_EditorVersionWithRevision: 2020.3.2f1 (8fd9074bf66c)
|
||||
|
Loading…
x
Reference in New Issue
Block a user