Skip to content

Commit 210b5b4

Browse files
Upgrade 2D Space Shooter to Unity Editor 2022.3.27f1 [MTT-8500] (#170)
* upgraded editor to 2022.3.27f1 * added editor upgrade and related package upgrades to CHANGELOG
1 parent 8d058df commit 210b5b4

File tree

3 files changed

+28
-17
lines changed

3 files changed

+28
-17
lines changed

Basic/2DSpaceShooter/Packages/packages-lock.json

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@
1616
"url": "https://packages.unity.com"
1717
},
1818
"com.unity.burst": {
19-
"version": "1.8.10",
19+
"version": "1.8.13",
2020
"depth": 1,
2121
"source": "registry",
2222
"dependencies": {
23-
"com.unity.mathematics": "1.2.1"
23+
"com.unity.mathematics": "1.2.1",
24+
"com.unity.modules.jsonserialize": "1.0.0"
2425
},
2526
"url": "https://packages.unity.com"
2627
},
@@ -163,7 +164,7 @@
163164
"url": "https://packages.unity.com"
164165
},
165166
"com.unity.render-pipelines.core": {
166-
"version": "14.0.9",
167+
"version": "14.0.11",
167168
"depth": 1,
168169
"source": "builtin",
169170
"dependencies": {
@@ -180,17 +181,17 @@
180181
"dependencies": {
181182
"com.unity.mathematics": "1.2.1",
182183
"com.unity.burst": "1.8.9",
183-
"com.unity.render-pipelines.core": "14.0.9",
184-
"com.unity.shadergraph": "14.0.9",
184+
"com.unity.render-pipelines.core": "14.0.11",
185+
"com.unity.shadergraph": "14.0.11",
185186
"com.unity.render-pipelines.universal-config": "14.0.9"
186187
}
187188
},
188189
"com.unity.render-pipelines.universal-config": {
189-
"version": "14.0.9",
190+
"version": "14.0.10",
190191
"depth": 1,
191192
"source": "builtin",
192193
"dependencies": {
193-
"com.unity.render-pipelines.core": "14.0.9"
194+
"com.unity.render-pipelines.core": "14.0.10"
194195
}
195196
},
196197
"com.unity.searcher": {
@@ -201,19 +202,19 @@
201202
"url": "https://packages.unity.com"
202203
},
203204
"com.unity.services.authentication": {
204-
"version": "2.7.2",
205+
"version": "2.7.4",
205206
"depth": 2,
206207
"source": "registry",
207208
"dependencies": {
208209
"com.unity.nuget.newtonsoft-json": "3.2.1",
209-
"com.unity.services.core": "1.10.1",
210+
"com.unity.services.core": "1.12.5",
210211
"com.unity.modules.unitywebrequest": "1.0.0",
211212
"com.unity.ugui": "1.0.0"
212213
},
213214
"url": "https://packages.unity.com"
214215
},
215216
"com.unity.services.core": {
216-
"version": "1.12.0",
217+
"version": "1.12.5",
217218
"depth": 2,
218219
"source": "registry",
219220
"dependencies": {
@@ -224,11 +225,11 @@
224225
"url": "https://packages.unity.com"
225226
},
226227
"com.unity.services.qos": {
227-
"version": "1.2.1",
228+
"version": "1.3.0",
228229
"depth": 2,
229230
"source": "registry",
230231
"dependencies": {
231-
"com.unity.services.core": "1.4.0",
232+
"com.unity.services.core": "1.12.4",
232233
"com.unity.modules.unitywebrequest": "1.0.0",
233234
"com.unity.nuget.newtonsoft-json": "3.0.2",
234235
"com.unity.services.authentication": "2.0.0",
@@ -262,11 +263,11 @@
262263
"url": "https://packages.unity.com"
263264
},
264265
"com.unity.shadergraph": {
265-
"version": "14.0.9",
266+
"version": "14.0.11",
266267
"depth": 1,
267268
"source": "builtin",
268269
"dependencies": {
269-
"com.unity.render-pipelines.core": "14.0.9",
270+
"com.unity.render-pipelines.core": "14.0.11",
270271
"com.unity.searcher": "4.9.2"
271272
}
272273
},
@@ -303,7 +304,7 @@
303304
"url": "https://packages.unity.com"
304305
},
305306
"com.unity.transport": {
306-
"version": "1.4.0",
307+
"version": "1.4.1",
307308
"depth": 1,
308309
"source": "registry",
309310
"dependencies": {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2022.3.14f1
2-
m_EditorVersionWithRevision: 2022.3.14f1 (eff2de9070d8)
1+
m_EditorVersion: 2022.3.27f1
2+
m_EditorVersionWithRevision: 2022.3.27f1 (73effa14754f)

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@
1414

1515
#### Changed
1616
- Upgraded to IDE Rider v3.0.28 (#166)
17+
- Upgraded to Unity 2022.3.27f1 (#170)
18+
- upgraded to com.unity.burst v1.8.13
19+
- added com.unity.modules.jsonserialize v1.0.0
20+
- upgraded to com.unity.render-pipelines.core v14.0.11
21+
- upgraded to com.unity.render-pipelines.universal-config v14.0.10
22+
- upgraded to com.unity.shadergraph v14.0.11
23+
- upgraded to com.unity.services.authentication v2.7.4
24+
- upgraded to com.unity.services.qos v1.3.0
25+
- upgraded to com.unity.transport v1.4.1
26+
- upgraded to com.unity.services.core v1.12.5
1727

1828
#### Fixed
1929
- Reset values and buffs after respawn of ship (#167)

0 commit comments

Comments
 (0)