Add final missing lights and doors

This commit is contained in:
Toomas Tamm 2021-04-02 16:49:35 +03:00
parent 40762884e7
commit fecec8e817
4 changed files with 14803 additions and 4724 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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",

View File

@ -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"

View File

@ -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)