Skip to content

Commit fbce5bf

Browse files
committed
unity version to 2019.4.32f
1 parent 84594b4 commit fbce5bf

File tree

4 files changed

+45
-19
lines changed

4 files changed

+45
-19
lines changed

.vsconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"version": "1.0",
3+
"components": [
4+
"Microsoft.VisualStudio.Workload.ManagedGame"
5+
]
6+
}

Packages/manifest.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,21 @@
22
"dependencies": {
33
"com.unity.2d.sprite": "1.0.0",
44
"com.unity.2d.tilemap": "1.0.0",
5-
"com.unity.ads": "3.6.1",
6-
"com.unity.analytics": "3.3.5",
7-
"com.unity.collab-proxy": "1.2.16",
5+
"com.unity.ads": "3.7.5",
6+
"com.unity.analytics": "3.6.11",
7+
"com.unity.collab-proxy": "1.12.5",
88
"com.unity.ext.nunit": "1.0.6",
9-
"com.unity.ide.rider": "1.1.4",
10-
"com.unity.ide.vscode": "1.2.3",
9+
"com.unity.ide.rider": "1.2.1",
10+
"com.unity.ide.visualstudio": "2.0.11",
11+
"com.unity.ide.vscode": "1.2.4",
1112
"com.unity.multiplayer-hlapi": "1.0.8",
12-
"com.unity.purchasing": "3.0.1",
13-
"com.unity.test-framework": "1.1.22",
13+
"com.unity.purchasing": "4.0.3",
14+
"com.unity.test-framework": "1.1.29",
1415
"com.unity.textmeshpro": "2.1.6",
1516
"com.unity.timeline": "1.2.18",
1617
"com.unity.toolchain.win-x86_64-linux-x86_64": "0.1.21-preview",
1718
"com.unity.ugui": "1.0.0",
18-
"com.unity.xr.legacyinputhelpers": "2.1.7",
19+
"com.unity.xr.legacyinputhelpers": "2.1.8",
1920
"com.unity.modules.ai": "1.0.0",
2021
"com.unity.modules.androidjni": "1.0.0",
2122
"com.unity.modules.animation": "1.0.0",

Packages/packages-lock.json

Lines changed: 28 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {}
1414
},
1515
"com.unity.ads": {
16-
"version": "3.6.1",
16+
"version": "3.7.5",
1717
"depth": 0,
1818
"source": "registry",
1919
"dependencies": {
@@ -22,7 +22,7 @@
2222
"url": "https://packages.unity.com"
2323
},
2424
"com.unity.analytics": {
25-
"version": "3.3.5",
25+
"version": "3.6.11",
2626
"depth": 0,
2727
"source": "registry",
2828
"dependencies": {
@@ -31,7 +31,7 @@
3131
"url": "https://packages.unity.com"
3232
},
3333
"com.unity.collab-proxy": {
34-
"version": "1.2.16",
34+
"version": "1.12.5",
3535
"depth": 0,
3636
"source": "registry",
3737
"dependencies": {},
@@ -45,16 +45,25 @@
4545
"url": "https://packages.unity.com"
4646
},
4747
"com.unity.ide.rider": {
48-
"version": "1.1.4",
48+
"version": "1.2.1",
4949
"depth": 0,
5050
"source": "registry",
5151
"dependencies": {
5252
"com.unity.test-framework": "1.1.1"
5353
},
5454
"url": "https://packages.unity.com"
5555
},
56+
"com.unity.ide.visualstudio": {
57+
"version": "2.0.11",
58+
"depth": 0,
59+
"source": "registry",
60+
"dependencies": {
61+
"com.unity.test-framework": "1.1.9"
62+
},
63+
"url": "https://packages.unity.com"
64+
},
5665
"com.unity.ide.vscode": {
57-
"version": "1.2.3",
66+
"version": "1.2.4",
5867
"depth": 0,
5968
"source": "registry",
6069
"dependencies": {},
@@ -70,15 +79,25 @@
7079
"url": "https://packages.unity.com"
7180
},
7281
"com.unity.purchasing": {
73-
"version": "3.0.1",
82+
"version": "4.0.3",
7483
"depth": 0,
7584
"source": "registry",
7685
"dependencies": {
7786
"com.unity.ugui": "1.0.0",
7887
"com.unity.modules.unityanalytics": "1.0.0",
7988
"com.unity.modules.unitywebrequest": "1.0.0",
8089
"com.unity.modules.jsonserialize": "1.0.0",
81-
"com.unity.modules.androidjni": "1.0.0"
90+
"com.unity.modules.androidjni": "1.0.0",
91+
"com.unity.services.core": "1.0.1"
92+
},
93+
"url": "https://packages.unity.com"
94+
},
95+
"com.unity.services.core": {
96+
"version": "1.0.1",
97+
"depth": 1,
98+
"source": "registry",
99+
"dependencies": {
100+
"com.unity.modules.unitywebrequest": "1.0.0"
82101
},
83102
"url": "https://packages.unity.com"
84103
},
@@ -99,7 +118,7 @@
99118
"url": "https://packages.unity.com"
100119
},
101120
"com.unity.test-framework": {
102-
"version": "1.1.22",
121+
"version": "1.1.29",
103122
"depth": 0,
104123
"source": "registry",
105124
"dependencies": {
@@ -150,7 +169,7 @@
150169
}
151170
},
152171
"com.unity.xr.legacyinputhelpers": {
153-
"version": "2.1.7",
172+
"version": "2.1.8",
154173
"depth": 0,
155174
"source": "registry",
156175
"dependencies": {

ProjectSettings/ProjectVersion.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2019.4.23f1
2-
m_EditorVersionWithRevision: 2019.4.23f1 (3f4e01f1a5ec)
1+
m_EditorVersion: 2019.4.32f1
2+
m_EditorVersionWithRevision: 2019.4.32f1 (f88bf0bee961)

0 commit comments

Comments
 (0)