Skip to content

Commit c273c58

Browse files
chore: updating to 2021.3.15f1 (#795)
* updating to 2021.3.15f1 Co-authored-by: Sam Bellomo <[email protected]>
1 parent 19f03fd commit c273c58

File tree

5 files changed

+19
-18
lines changed

5 files changed

+19
-18
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
1212
* Updated Boss Room to NGO 1.2.0 (#791).
1313
* Removed a workaround in our tests waiting for two frames before shutting down a client that is attempting to connect to a server. (see https://github.com/Unity-Technologies/com.unity.netcode.gameobjects/pull/2261)
1414
* Replaced the workaround using custom messages to send a disconnect reason to clients with the new DisconnectReason feature in NGO. (#790)
15+
* Updating editor version to 2021.3.15f1 (#795)
1516

1617
## [2.0.3] - 2022-12-05
1718

Packages/manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"com.unity.2d.sprite": "1.0.0",
44
"com.unity.ai.navigation.components": "https://github.com/Unity-Technologies/NavMeshComponents.git#package",
55
"com.unity.cinemachine": "2.8.9",
6-
"com.unity.collab-proxy": "1.17.2",
7-
"com.unity.ide.rider": "3.0.15",
6+
"com.unity.collab-proxy": "1.17.7",
7+
"com.unity.ide.rider": "3.0.16",
88
"com.unity.ide.visualstudio": "2.0.16",
99
"com.unity.ide.vscode": "1.2.5",
1010
"com.unity.learn.iet-framework": "2.2.2",
@@ -13,8 +13,8 @@
1313
"com.unity.netcode.gameobjects": "1.2.0",
1414
"com.unity.performance.profile-analyzer": "1.1.1",
1515
"com.unity.postprocessing": "3.2.2",
16-
"com.unity.render-pipelines.universal": "12.1.7",
17-
"com.unity.services.authentication": "2.2.0",
16+
"com.unity.render-pipelines.universal": "12.1.8",
17+
"com.unity.services.authentication": "2.3.1",
1818
"com.unity.services.lobby": "1.0.3",
1919
"com.unity.services.relay": "1.0.3",
2020
"com.unity.test-framework": "1.1.31",

Packages/packages-lock.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"url": "https://packages.unity.com"
3535
},
3636
"com.unity.collab-proxy": {
37-
"version": "1.17.2",
37+
"version": "1.17.7",
3838
"depth": 0,
3939
"source": "registry",
4040
"dependencies": {
@@ -67,7 +67,7 @@
6767
"url": "https://packages.unity.com"
6868
},
6969
"com.unity.ide.rider": {
70-
"version": "3.0.15",
70+
"version": "3.0.16",
7171
"depth": 0,
7272
"source": "registry",
7373
"dependencies": {
@@ -189,7 +189,7 @@
189189
"url": "https://packages.unity.com"
190190
},
191191
"com.unity.render-pipelines.core": {
192-
"version": "12.1.7",
192+
"version": "12.1.8",
193193
"depth": 1,
194194
"source": "builtin",
195195
"dependencies": {
@@ -199,14 +199,14 @@
199199
}
200200
},
201201
"com.unity.render-pipelines.universal": {
202-
"version": "12.1.7",
202+
"version": "12.1.8",
203203
"depth": 0,
204204
"source": "builtin",
205205
"dependencies": {
206206
"com.unity.mathematics": "1.2.1",
207207
"com.unity.burst": "1.7.3",
208-
"com.unity.render-pipelines.core": "12.1.7",
209-
"com.unity.shadergraph": "12.1.7"
208+
"com.unity.render-pipelines.core": "12.1.8",
209+
"com.unity.shadergraph": "12.1.8"
210210
}
211211
},
212212
"com.unity.searcher": {
@@ -217,7 +217,7 @@
217217
"url": "https://packages.unity.com"
218218
},
219219
"com.unity.services.authentication": {
220-
"version": "2.2.0",
220+
"version": "2.3.1",
221221
"depth": 0,
222222
"source": "registry",
223223
"dependencies": {
@@ -229,7 +229,7 @@
229229
"url": "https://packages.unity.com"
230230
},
231231
"com.unity.services.core": {
232-
"version": "1.4.3",
232+
"version": "1.6.0",
233233
"depth": 1,
234234
"source": "registry",
235235
"dependencies": {
@@ -294,11 +294,11 @@
294294
"url": "https://packages.unity.com"
295295
},
296296
"com.unity.shadergraph": {
297-
"version": "12.1.7",
297+
"version": "12.1.8",
298298
"depth": 1,
299299
"source": "builtin",
300300
"dependencies": {
301-
"com.unity.render-pipelines.core": "12.1.7",
301+
"com.unity.render-pipelines.core": "12.1.8",
302302
"com.unity.searcher": "4.9.1"
303303
}
304304
},
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:77b89d6e6754a95eceff013c5fbd97e0745748c18264e1edc70745c020c9adea
3-
size 1142
2+
oid sha256:c3da4ac99612962231120e459a7dacb9980606e08ac155ed38712507d2184f47
3+
size 1194

ProjectSettings/ProjectVersion.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2021.3.12f1
2-
m_EditorVersionWithRevision: 2021.3.12f1 (8af3c3e441b1)
1+
m_EditorVersion: 2021.3.15f1
2+
m_EditorVersionWithRevision: 2021.3.15f1 (e8e88683f834)

0 commit comments

Comments
 (0)