Skip to content

Commit a0eb8d5

Browse files
Update the project to 2019.3.0a10.
1 parent d29a5f3 commit a0eb8d5

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

Packages/manifest.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
{
22
"dependencies": {
3-
"com.unity.package-manager-ui": "2.0.3",
3+
"com.unity.2d.sprite": "1.0.0",
4+
"com.unity.2d.tilemap": "1.0.0",
5+
"com.unity.ide.rider": "1.0.8",
6+
"com.unity.ide.visualstudio": "1.0.11",
7+
"com.unity.ide.vscode": "1.0.7",
8+
"com.unity.multiplayer-hlapi": "1.0.4",
9+
"com.unity.test-framework": "1.0.16",
10+
"com.unity.timeline": "1.1.0",
11+
"com.unity.ugui": "1.0.0",
12+
"com.unity.xr.legacyinputhelpers": "2.0.4",
413
"com.unity.modules.ai": "1.0.0",
14+
"com.unity.modules.androidjni": "1.0.0",
515
"com.unity.modules.animation": "1.0.0",
616
"com.unity.modules.assetbundle": "1.0.0",
717
"com.unity.modules.audio": "1.0.0",

ProjectSettings/ProjectVersion.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
m_EditorVersion: 2018.3.0f2
1+
m_EditorVersion: 2019.3.0a10
2+
m_EditorVersionWithRevision: 2019.3.0a10 (d046aa12c0d7)

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)