Skip to content

Commit e76ee3f

Browse files
committed
Upgrade minimum unity version
1 parent 721b6e0 commit e76ee3f

3 files changed

Lines changed: 18 additions & 7 deletions

File tree

Packages/manifest.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"dependencies": {
3-
"com.unity.ads": "2.0.8",
4-
"com.unity.analytics": "3.2.2",
5-
"com.unity.collab-proxy": "1.2.15",
6-
"com.unity.package-manager-ui": "2.0.7",
7-
"com.unity.purchasing": "2.0.3",
8-
"com.unity.textmeshpro": "1.4.1",
3+
"com.unity.collab-proxy": "1.2.16",
4+
"com.unity.ide.rider": "1.1.4",
5+
"com.unity.ide.vscode": "1.1.4",
6+
"com.unity.test-framework": "1.1.9",
7+
"com.unity.timeline": "1.2.10",
8+
"com.unity.ugui": "1.0.0",
99
"com.unity.modules.ai": "1.0.0",
10+
"com.unity.modules.androidjni": "1.0.0",
1011
"com.unity.modules.animation": "1.0.0",
1112
"com.unity.modules.assetbundle": "1.0.0",
1213
"com.unity.modules.audio": "1.0.0",

ProjectSettings/ProjectVersion.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
m_EditorVersion: 2018.4.8f1
1+
m_EditorVersion: 2019.3.0f6

ProjectSettings/XRSettings.asset

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"m_SettingKeys": [
3+
"VR Device Disabled",
4+
"VR Device User Alert"
5+
],
6+
"m_SettingValues": [
7+
"False",
8+
"False"
9+
]
10+
}

0 commit comments

Comments
 (0)