Skip to content

Commit 90f4cd6

Browse files
committed
Upgrade ExampleProject to Unity 2021.3.21f1
1 parent a23b981 commit 90f4cd6

File tree

4 files changed

+19
-38
lines changed

4 files changed

+19
-38
lines changed

Unity-Twitch-Chat/Packages/manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"dependencies": {
3-
"com.unity.collab-proxy": "1.17.7",
3+
"com.unity.collab-proxy": "2.0.1",
44
"com.unity.feature.2d": "1.0.0",
5-
"com.unity.ide.rider": "3.0.16",
6-
"com.unity.ide.visualstudio": "2.0.16",
5+
"com.unity.ide.rider": "3.0.18",
6+
"com.unity.ide.visualstudio": "2.0.17",
77
"com.unity.ide.vscode": "1.2.5",
88
"com.unity.test-framework": "1.1.31",
99
"com.unity.textmeshpro": "3.0.6",
1010
"com.unity.timeline": "1.6.4",
1111
"com.unity.ugui": "1.0.0",
12-
"com.unity.visualscripting": "1.7.8",
12+
"com.unity.visualscripting": "1.8.0",
1313
"com.unity.modules.ai": "1.0.0",
1414
"com.unity.modules.androidjni": "1.0.0",
1515
"com.unity.modules.animation": "1.0.0",

Unity-Twitch-Chat/Packages/packages-lock.json

Lines changed: 11 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
"url": "https://packages.unity.com"
4040
},
4141
"com.unity.2d.psdimporter": {
42-
"version": "6.0.6",
42+
"version": "6.0.7",
4343
"depth": 1,
4444
"source": "registry",
4545
"dependencies": {
46-
"com.unity.2d.animation": "7.0.8",
47-
"com.unity.2d.common": "6.0.5",
46+
"com.unity.2d.animation": "7.0.9",
47+
"com.unity.2d.common": "6.0.6",
4848
"com.unity.2d.sprite": "1.0.0"
4949
},
5050
"url": "https://packages.unity.com"
@@ -74,7 +74,7 @@
7474
"dependencies": {}
7575
},
7676
"com.unity.2d.tilemap.extras": {
77-
"version": "2.2.3",
77+
"version": "2.2.4",
7878
"depth": 1,
7979
"source": "registry",
8080
"dependencies": {
@@ -95,12 +95,10 @@
9595
"url": "https://packages.unity.com"
9696
},
9797
"com.unity.collab-proxy": {
98-
"version": "1.17.7",
98+
"version": "2.0.1",
9999
"depth": 0,
100100
"source": "registry",
101-
"dependencies": {
102-
"com.unity.services.core": "1.0.1"
103-
},
101+
"dependencies": {},
104102
"url": "https://packages.unity.com"
105103
},
106104
"com.unity.ext.nunit": {
@@ -117,15 +115,15 @@
117115
"dependencies": {
118116
"com.unity.2d.animation": "7.0.9",
119117
"com.unity.2d.pixel-perfect": "5.0.3",
120-
"com.unity.2d.psdimporter": "6.0.6",
118+
"com.unity.2d.psdimporter": "6.0.7",
121119
"com.unity.2d.sprite": "1.0.0",
122120
"com.unity.2d.spriteshape": "7.0.6",
123121
"com.unity.2d.tilemap": "1.0.0",
124-
"com.unity.2d.tilemap.extras": "2.2.3"
122+
"com.unity.2d.tilemap.extras": "2.2.4"
125123
}
126124
},
127125
"com.unity.ide.rider": {
128-
"version": "3.0.16",
126+
"version": "3.0.18",
129127
"depth": 0,
130128
"source": "registry",
131129
"dependencies": {
@@ -134,7 +132,7 @@
134132
"url": "https://packages.unity.com"
135133
},
136134
"com.unity.ide.visualstudio": {
137-
"version": "2.0.16",
135+
"version": "2.0.17",
138136
"depth": 0,
139137
"source": "registry",
140138
"dependencies": {
@@ -156,24 +154,6 @@
156154
"dependencies": {},
157155
"url": "https://packages.unity.com"
158156
},
159-
"com.unity.nuget.newtonsoft-json": {
160-
"version": "3.0.2",
161-
"depth": 2,
162-
"source": "registry",
163-
"dependencies": {},
164-
"url": "https://packages.unity.com"
165-
},
166-
"com.unity.services.core": {
167-
"version": "1.6.0",
168-
"depth": 1,
169-
"source": "registry",
170-
"dependencies": {
171-
"com.unity.modules.unitywebrequest": "1.0.0",
172-
"com.unity.nuget.newtonsoft-json": "3.0.2",
173-
"com.unity.modules.androidjni": "1.0.0"
174-
},
175-
"url": "https://packages.unity.com"
176-
},
177157
"com.unity.test-framework": {
178158
"version": "1.1.31",
179159
"depth": 0,
@@ -216,7 +196,7 @@
216196
}
217197
},
218198
"com.unity.visualscripting": {
219-
"version": "1.7.8",
199+
"version": "1.8.0",
220200
"depth": 0,
221201
"source": "registry",
222202
"dependencies": {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2021.3.16f1
2-
m_EditorVersionWithRevision: 2021.3.16f1 (4016570cf34f)
1+
m_EditorVersion: 2021.3.21f1
2+
m_EditorVersionWithRevision: 2021.3.21f1 (1b156197d683)

Unity-Twitch-Chat/ProjectSettings/QualitySettings.asset

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,12 +224,13 @@ QualitySettings:
224224
excludedTargetPlatforms: []
225225
m_PerPlatformDefaultQuality:
226226
Android: 2
227-
Lumin: 5
228227
GameCoreScarlett: 5
229228
GameCoreXboxOne: 5
229+
Lumin: 5
230230
Nintendo Switch: 5
231231
PS4: 5
232232
PS5: 5
233+
Server: 0
233234
Stadia: 5
234235
Standalone: 5
235236
WebGL: 3

0 commit comments

Comments
 (0)