Skip to content

Commit 4da1c3a

Browse files
upgrade project to 2022.3.14f1 LTS
1 parent 006512b commit 4da1c3a

File tree

5 files changed

+46
-34
lines changed

5 files changed

+46
-34
lines changed

Packages/manifest.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
22
"dependencies": {
33
"com.unity.2d.sprite": "1.0.0",
4-
"com.unity.ai.navigation": "1.1.4",
4+
"com.unity.ai.navigation": "1.1.5",
55
"com.unity.cinemachine": "2.9.5",
6-
"com.unity.collab-proxy": "2.0.5",
7-
"com.unity.ide.rider": "3.0.24",
8-
"com.unity.ide.visualstudio": "2.0.18",
6+
"com.unity.collab-proxy": "2.2.0",
7+
"com.unity.ide.rider": "3.0.26",
8+
"com.unity.ide.visualstudio": "2.0.22",
99
"com.unity.ide.vscode": "1.2.5",
1010
"com.unity.learn.iet-framework": "3.1.3",
11-
"com.unity.memoryprofiler": "1.0.0",
11+
"com.unity.memoryprofiler": "1.1.0",
1212
"com.unity.multiplayer.tools": "2.0.0-pre.3",
13-
"com.unity.netcode.gameobjects": "1.6.0",
13+
"com.unity.netcode.gameobjects": "1.7.0",
1414
"com.unity.performance.profile-analyzer": "1.2.2",
1515
"com.unity.postprocessing": "3.2.2",
16-
"com.unity.render-pipelines.universal": "14.0.8",
17-
"com.unity.services.authentication": "2.7.1",
16+
"com.unity.render-pipelines.universal": "14.0.9",
17+
"com.unity.services.authentication": "2.7.2",
1818
"com.unity.services.lobby": "1.1.0",
1919
"com.unity.services.relay": "1.0.5",
2020
"com.unity.test-framework": "1.1.33",
2121
"com.unity.textmeshpro": "3.0.6",
22-
"com.unity.timeline": "1.7.5",
22+
"com.unity.timeline": "1.7.6",
2323
"com.unity.toolchain.macos-x86_64-linux-x86_64": "2.0.4",
2424
"com.unity.transport": "2.0.2",
2525
"com.unity.ugui": "1.0.0",

Packages/packages-lock.json

Lines changed: 30 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dependencies": {}
88
},
99
"com.unity.ai.navigation": {
10-
"version": "1.1.4",
10+
"version": "1.1.5",
1111
"depth": 0,
1212
"source": "registry",
1313
"dependencies": {
@@ -16,7 +16,7 @@
1616
"url": "https://packages.unity.com"
1717
},
1818
"com.unity.burst": {
19-
"version": "1.8.7",
19+
"version": "1.8.10",
2020
"depth": 1,
2121
"source": "registry",
2222
"dependencies": {
@@ -34,7 +34,7 @@
3434
"url": "https://packages.unity.com"
3535
},
3636
"com.unity.collab-proxy": {
37-
"version": "2.0.5",
37+
"version": "2.2.0",
3838
"depth": 0,
3939
"source": "registry",
4040
"dependencies": {},
@@ -66,7 +66,7 @@
6666
"url": "https://packages.unity.com"
6767
},
6868
"com.unity.ide.rider": {
69-
"version": "3.0.24",
69+
"version": "3.0.26",
7070
"depth": 0,
7171
"source": "registry",
7272
"dependencies": {
@@ -75,7 +75,7 @@
7575
"url": "https://packages.unity.com"
7676
},
7777
"com.unity.ide.visualstudio": {
78-
"version": "2.0.18",
78+
"version": "2.0.22",
7979
"depth": 0,
8080
"source": "registry",
8181
"dependencies": {
@@ -108,7 +108,7 @@
108108
"url": "https://packages.unity.com"
109109
},
110110
"com.unity.memoryprofiler": {
111-
"version": "1.0.0",
111+
"version": "1.1.0",
112112
"depth": 0,
113113
"source": "registry",
114114
"dependencies": {
@@ -143,12 +143,12 @@
143143
"url": "https://packages.unity.com"
144144
},
145145
"com.unity.netcode.gameobjects": {
146-
"version": "1.6.0",
146+
"version": "1.7.0",
147147
"depth": 0,
148148
"source": "registry",
149149
"dependencies": {
150150
"com.unity.nuget.mono-cecil": "1.10.1",
151-
"com.unity.transport": "1.3.4"
151+
"com.unity.transport": "1.4.0"
152152
},
153153
"url": "https://packages.unity.com"
154154
},
@@ -190,7 +190,7 @@
190190
"url": "https://packages.unity.com"
191191
},
192192
"com.unity.render-pipelines.core": {
193-
"version": "14.0.8",
193+
"version": "14.0.9",
194194
"depth": 1,
195195
"source": "builtin",
196196
"dependencies": {
@@ -201,14 +201,23 @@
201201
}
202202
},
203203
"com.unity.render-pipelines.universal": {
204-
"version": "14.0.8",
204+
"version": "14.0.9",
205205
"depth": 0,
206206
"source": "builtin",
207207
"dependencies": {
208208
"com.unity.mathematics": "1.2.1",
209-
"com.unity.burst": "1.8.4",
210-
"com.unity.render-pipelines.core": "14.0.8",
211-
"com.unity.shadergraph": "14.0.8"
209+
"com.unity.burst": "1.8.9",
210+
"com.unity.render-pipelines.core": "14.0.9",
211+
"com.unity.shadergraph": "14.0.9",
212+
"com.unity.render-pipelines.universal-config": "14.0.9"
213+
}
214+
},
215+
"com.unity.render-pipelines.universal-config": {
216+
"version": "14.0.9",
217+
"depth": 1,
218+
"source": "builtin",
219+
"dependencies": {
220+
"com.unity.render-pipelines.core": "14.0.9"
212221
}
213222
},
214223
"com.unity.searcher": {
@@ -219,7 +228,7 @@
219228
"url": "https://packages.unity.com"
220229
},
221230
"com.unity.services.authentication": {
222-
"version": "2.7.1",
231+
"version": "2.7.2",
223232
"depth": 0,
224233
"source": "registry",
225234
"dependencies": {
@@ -231,7 +240,7 @@
231240
"url": "https://packages.unity.com"
232241
},
233242
"com.unity.services.core": {
234-
"version": "1.10.1",
243+
"version": "1.12.0",
235244
"depth": 1,
236245
"source": "registry",
237246
"dependencies": {
@@ -290,13 +299,13 @@
290299
"url": "https://packages.unity.com"
291300
},
292301
"com.unity.services.wire": {
293-
"version": "1.2.0",
302+
"version": "1.2.2",
294303
"depth": 1,
295304
"source": "registry",
296305
"dependencies": {
297-
"com.unity.services.core": "1.10.1",
306+
"com.unity.services.core": "1.11.0",
298307
"com.unity.nuget.newtonsoft-json": "3.2.1",
299-
"com.unity.services.authentication": "2.6.1"
308+
"com.unity.services.authentication": "2.7.2"
300309
},
301310
"url": "https://packages.unity.com"
302311
},
@@ -308,11 +317,11 @@
308317
"url": "https://packages.unity.com"
309318
},
310319
"com.unity.shadergraph": {
311-
"version": "14.0.8",
320+
"version": "14.0.9",
312321
"depth": 1,
313322
"source": "builtin",
314323
"dependencies": {
315-
"com.unity.render-pipelines.core": "14.0.8",
324+
"com.unity.render-pipelines.core": "14.0.9",
316325
"com.unity.searcher": "4.9.2"
317326
}
318327
},
@@ -353,7 +362,7 @@
353362
"url": "https://packages.unity.com"
354363
},
355364
"com.unity.timeline": {
356-
"version": "1.7.5",
365+
"version": "1.7.6",
357366
"depth": 0,
358367
"source": "registry",
359368
"dependencies": {
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:361bce09d25b168055f616f3b0691fa9df29bc6988f911c21f399571e619f268
3+
size 536

ProjectSettings/ProjectVersion.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2022.3.7f1
2-
m_EditorVersionWithRevision: 2022.3.7f1 (b16b3b16c7a0)
1+
m_EditorVersion: 2022.3.14f1
2+
m_EditorVersionWithRevision: 2022.3.14f1 (eff2de9070d8)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:16a92b7409c2b1f39a3a4c3b49ec6c6ab3a641e55eaaa8f47101026758e3339c
3-
size 463
2+
oid sha256:dd7b0e5c5b40aea5d5c546731cb576959d0829155cddf50e862a0be072195ca9
3+
size 489

0 commit comments

Comments
 (0)