Skip to content

Commit 586c863

Browse files
committed
Merge branch 'main' into develop
# Conflicts: # CHANGELOG.md
2 parents 4757835 + eeaddc0 commit 586c863

File tree

5 files changed

+17
-11
lines changed

5 files changed

+17
-11
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ Additional documentation and release notes are available at [Multiplayer Documen
1616
### Fixed
1717
*
1818

19+
## [2.0.2] - 2022-11-01
20+
### Fixed
21+
* Bumped Unity editor version to fix android build error (#779)
22+
1923
## [2.0.1] - 2022-10-25
2024

2125
### Changed

Packages/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dependencies": {
33
"com.unity.2d.sprite": "1.0.0",
44
"com.unity.ai.navigation.components": "https://github.com/Unity-Technologies/NavMeshComponents.git#package",
5-
"com.unity.cinemachine": "2.8.6",
5+
"com.unity.cinemachine": "2.8.9",
66
"com.unity.collab-proxy": "1.17.2",
77
"com.unity.ide.rider": "3.0.15",
88
"com.unity.ide.visualstudio": "2.0.16",
@@ -14,7 +14,7 @@
1414
"com.unity.performance.profile-analyzer": "1.1.1",
1515
"com.unity.postprocessing": "3.2.2",
1616
"com.unity.render-pipelines.universal": "12.1.7",
17-
"com.unity.services.authentication": "2.1.1",
17+
"com.unity.services.authentication": "2.2.0",
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: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@
2525
"url": "https://packages.unity.com"
2626
},
2727
"com.unity.cinemachine": {
28-
"version": "2.8.6",
28+
"version": "2.8.9",
2929
"depth": 0,
3030
"source": "registry",
31-
"dependencies": {},
31+
"dependencies": {
32+
"com.unity.test-framework": "1.1.31"
33+
},
3234
"url": "https://packages.unity.com"
3335
},
3436
"com.unity.collab-proxy": {
@@ -215,19 +217,19 @@
215217
"url": "https://packages.unity.com"
216218
},
217219
"com.unity.services.authentication": {
218-
"version": "2.1.1",
220+
"version": "2.2.0",
219221
"depth": 0,
220222
"source": "registry",
221223
"dependencies": {
222224
"com.unity.nuget.newtonsoft-json": "3.0.2",
223-
"com.unity.services.core": "1.4.2",
225+
"com.unity.services.core": "1.4.3",
224226
"com.unity.modules.unitywebrequest": "1.0.0",
225227
"com.unity.ugui": "1.0.0"
226228
},
227229
"url": "https://packages.unity.com"
228230
},
229231
"com.unity.services.core": {
230-
"version": "1.4.2",
232+
"version": "1.4.3",
231233
"depth": 1,
232234
"source": "registry",
233235
"dependencies": {

ProjectSettings/ProjectSettings.asset

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:7682157600f735383d159043f09a6f399deecdff704392bfbe3a716eb1649375
3-
size 25451
2+
oid sha256:8945219216adb46586a4f9a1bbba347ad520e68e530042124625a4c891ebbf44
3+
size 25551

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.10f1
2-
m_EditorVersionWithRevision: 2021.3.10f1 (1c7d0df0160b)
1+
m_EditorVersion: 2021.3.12f1
2+
m_EditorVersionWithRevision: 2021.3.12f1 (8af3c3e441b1)

0 commit comments

Comments
 (0)