Update unity version to 2020.2.3f
This commit is contained in:
parent
537486e684
commit
44b1237418
@ -7,7 +7,7 @@
|
|||||||
"com.unity.ide.rider": "2.0.7",
|
"com.unity.ide.rider": "2.0.7",
|
||||||
"com.unity.ide.visualstudio": "2.0.5",
|
"com.unity.ide.visualstudio": "2.0.5",
|
||||||
"com.unity.ide.vscode": "1.2.3",
|
"com.unity.ide.vscode": "1.2.3",
|
||||||
"com.unity.inputsystem": "1.1.0-preview.2",
|
"com.unity.inputsystem": "1.1.0-preview.3",
|
||||||
"com.unity.postprocessing": "3.0.1",
|
"com.unity.postprocessing": "3.0.1",
|
||||||
"com.unity.progrids": "3.0.3-preview.6",
|
"com.unity.progrids": "3.0.3-preview.6",
|
||||||
"com.unity.render-pipelines.universal": "10.2.2",
|
"com.unity.render-pipelines.universal": "10.2.2",
|
||||||
@ -17,9 +17,9 @@
|
|||||||
"com.unity.ugui": "1.0.0",
|
"com.unity.ugui": "1.0.0",
|
||||||
"com.unity.xr.interaction.toolkit": "1.0.0-pre.1",
|
"com.unity.xr.interaction.toolkit": "1.0.0-pre.1",
|
||||||
"com.unity.xr.management": "3.2.17",
|
"com.unity.xr.management": "3.2.17",
|
||||||
"com.unity.xr.oculus": "1.6.1",
|
"com.unity.xr.oculus": "1.7.0",
|
||||||
"com.unity.xr.openxr": "0.1.2-preview.2",
|
"com.unity.xr.openxr": "0.1.2-preview.2",
|
||||||
"com.unity.xr.windowsmr": "4.2.1",
|
"com.unity.xr.windowsmr": "4.4.0",
|
||||||
"com.unity.modules.ai": "1.0.0",
|
"com.unity.modules.ai": "1.0.0",
|
||||||
"com.unity.modules.androidjni": "1.0.0",
|
"com.unity.modules.androidjni": "1.0.0",
|
||||||
"com.unity.modules.animation": "1.0.0",
|
"com.unity.modules.animation": "1.0.0",
|
||||||
|
@ -50,7 +50,7 @@
|
|||||||
"url": "https://packages.unity.com"
|
"url": "https://packages.unity.com"
|
||||||
},
|
},
|
||||||
"com.unity.inputsystem": {
|
"com.unity.inputsystem": {
|
||||||
"version": "1.1.0-preview.2",
|
"version": "1.1.0-preview.3",
|
||||||
"depth": 0,
|
"depth": 0,
|
||||||
"source": "registry",
|
"source": "registry",
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
@ -172,7 +172,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"com.unity.xr.arsubsystems": {
|
"com.unity.xr.arsubsystems": {
|
||||||
"version": "4.0.8",
|
"version": "4.0.9",
|
||||||
"depth": 1,
|
"depth": 1,
|
||||||
"source": "registry",
|
"source": "registry",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@ -224,7 +224,7 @@
|
|||||||
"url": "https://packages.unity.com"
|
"url": "https://packages.unity.com"
|
||||||
},
|
},
|
||||||
"com.unity.xr.oculus": {
|
"com.unity.xr.oculus": {
|
||||||
"version": "1.6.1",
|
"version": "1.7.0",
|
||||||
"depth": 0,
|
"depth": 0,
|
||||||
"source": "registry",
|
"source": "registry",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@ -245,13 +245,16 @@
|
|||||||
"url": "https://packages.unity.com"
|
"url": "https://packages.unity.com"
|
||||||
},
|
},
|
||||||
"com.unity.xr.windowsmr": {
|
"com.unity.xr.windowsmr": {
|
||||||
"version": "4.2.1",
|
"version": "4.4.0",
|
||||||
"depth": 0,
|
"depth": 0,
|
||||||
"source": "registry",
|
"source": "registry",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"com.unity.xr.management": "3.2.16",
|
"com.unity.modules.subsystems": "1.0.0",
|
||||||
|
"com.unity.modules.vr": "1.0.0",
|
||||||
|
"com.unity.modules.xr": "1.0.0",
|
||||||
|
"com.unity.xr.management": "3.2.17",
|
||||||
"com.unity.xr.interactionsubsystems": "1.0.1",
|
"com.unity.xr.interactionsubsystems": "1.0.1",
|
||||||
"com.unity.xr.arsubsystems": "4.0.1"
|
"com.unity.xr.arsubsystems": "4.0.9"
|
||||||
},
|
},
|
||||||
"url": "https://packages.unity.com"
|
"url": "https://packages.unity.com"
|
||||||
},
|
},
|
||||||
|
@ -599,6 +599,7 @@ PlayerSettings:
|
|||||||
30: UNITY_POST_PROCESSING_STACK_V2
|
30: UNITY_POST_PROCESSING_STACK_V2
|
||||||
31: UNITY_POST_PROCESSING_STACK_V2
|
31: UNITY_POST_PROCESSING_STACK_V2
|
||||||
32: UNITY_POST_PROCESSING_STACK_V2
|
32: UNITY_POST_PROCESSING_STACK_V2
|
||||||
|
33: UNITY_POST_PROCESSING_STACK_V2
|
||||||
additionalCompilerArguments: {}
|
additionalCompilerArguments: {}
|
||||||
platformArchitecture: {}
|
platformArchitecture: {}
|
||||||
scriptingBackend: {}
|
scriptingBackend: {}
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
m_EditorVersion: 2020.2.2f1
|
m_EditorVersion: 2020.2.3f1
|
||||||
m_EditorVersionWithRevision: 2020.2.2f1 (068178b99f32)
|
m_EditorVersionWithRevision: 2020.2.3f1 (8ff31bc5bf5b)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user