Skip to content

Commit e40833e

Browse files
committed
upgraded to Unity 2020
1 parent 0167a45 commit e40833e

11 files changed

+507
-13
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ Assembly-Boo*
3030
*.keystore
3131
Plan.txt
3232
Plan.txt.meta
33+
*.log

Assets/Resources.meta

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Resources/BillingMode.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"androidStore":"GooglePlay"}

Assets/Resources/BillingMode.json.meta

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Logs/Packages-Update.log

+19
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,22 @@ The following packages were updated:
7676
com.unity.ide.vscode from version 1.1.4 to 1.2.0
7777
com.unity.test-framework from version 1.1.11 to 1.1.13
7878
com.unity.xr.legacyinputhelpers from version 2.0.2 to 2.1.3
79+
80+
=== Mon Jul 26 11:42:47 2021
81+
82+
Packages were changed.
83+
Update Mode: updateDependencies
84+
85+
The following packages were added:
86+
87+
The following packages were updated:
88+
com.unity.ads from version 3.4.4 to 3.7.1
89+
com.unity.analytics from version 3.3.5 to 3.5.3
90+
com.unity.collab-proxy from version 1.2.16 to 1.5.7
91+
com.unity.ide.rider from version 1.1.4 to 2.0.7
92+
com.unity.ide.vscode from version 1.2.0 to 1.2.3
93+
com.unity.purchasing from version 2.0.6 to 3.2.2
94+
com.unity.test-framework from version 1.1.13 to 1.1.27
95+
com.unity.textmeshpro from version 2.0.1 to 3.0.6
96+
com.unity.timeline from version 1.2.6 to 1.4.8
97+
com.unity.xr.legacyinputhelpers from version 2.1.3 to 2.1.7

Packages/manifest.json

+10-11
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,17 @@
22
"dependencies": {
33
"com.unity.2d.sprite": "1.0.0",
44
"com.unity.2d.tilemap": "1.0.0",
5-
"com.unity.ads": "3.4.4",
6-
"com.unity.analytics": "3.3.5",
7-
"com.unity.collab-proxy": "1.2.16",
8-
"com.unity.ide.rider": "1.1.4",
9-
"com.unity.ide.vscode": "1.2.0",
10-
"com.unity.multiplayer-hlapi": "1.0.4",
11-
"com.unity.purchasing": "2.0.6",
12-
"com.unity.test-framework": "1.1.13",
13-
"com.unity.textmeshpro": "2.0.1",
14-
"com.unity.timeline": "1.2.6",
5+
"com.unity.ads": "3.7.1",
6+
"com.unity.analytics": "3.5.3",
7+
"com.unity.collab-proxy": "1.5.7",
8+
"com.unity.ide.rider": "2.0.7",
9+
"com.unity.ide.visualstudio": "2.0.9",
10+
"com.unity.ide.vscode": "1.2.3",
11+
"com.unity.test-framework": "1.1.27",
12+
"com.unity.textmeshpro": "3.0.6",
13+
"com.unity.timeline": "1.4.8",
1514
"com.unity.ugui": "1.0.0",
16-
"com.unity.xr.legacyinputhelpers": "2.1.3",
15+
"com.unity.xr.legacyinputhelpers": "2.1.7",
1716
"com.unity.modules.ai": "1.0.0",
1817
"com.unity.modules.androidjni": "1.0.0",
1918
"com.unity.modules.animation": "1.0.0",

0 commit comments

Comments
 (0)