File tree 5 files changed +17
-11
lines changed
5 files changed +17
-11
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
6
7
7
Additional documentation and release notes are available at [ Multiplayer Documentation] ( https://docs-multiplayer.unity3d.com ) .
8
8
9
+ ## [ 2.0.2] - 2022-11-01
10
+ ### Fixed
11
+ * Bumped Unity editor version to fix android build error (#779 )
12
+
9
13
## [ 2.0.1] - 2022-10-25
10
14
11
15
### Changed
Original file line number Diff line number Diff line change 2
2
"dependencies" : {
3
3
"com.unity.2d.sprite" : " 1.0.0" ,
4
4
"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 " ,
6
6
"com.unity.collab-proxy" : " 1.17.2" ,
7
7
"com.unity.ide.rider" : " 3.0.15" ,
8
8
"com.unity.ide.visualstudio" : " 2.0.16" ,
14
14
"com.unity.performance.profile-analyzer" : " 1.1.1" ,
15
15
"com.unity.postprocessing" : " 3.2.2" ,
16
16
"com.unity.render-pipelines.universal" : " 12.1.7" ,
17
- "com.unity.services.authentication" : " 2.1.1 " ,
17
+ "com.unity.services.authentication" : " 2.2.0 " ,
18
18
"com.unity.services.lobby" : " 1.0.3" ,
19
19
"com.unity.services.relay" : " 1.0.3" ,
20
20
"com.unity.test-framework" : " 1.1.31" ,
Original file line number Diff line number Diff line change 25
25
"url" : " https://packages.unity.com"
26
26
},
27
27
"com.unity.cinemachine" : {
28
- "version" : " 2.8.6 " ,
28
+ "version" : " 2.8.9 " ,
29
29
"depth" : 0 ,
30
30
"source" : " registry" ,
31
- "dependencies" : {},
31
+ "dependencies" : {
32
+ "com.unity.test-framework" : " 1.1.31"
33
+ },
32
34
"url" : " https://packages.unity.com"
33
35
},
34
36
"com.unity.collab-proxy" : {
215
217
"url" : " https://packages.unity.com"
216
218
},
217
219
"com.unity.services.authentication" : {
218
- "version" : " 2.1.1 " ,
220
+ "version" : " 2.2.0 " ,
219
221
"depth" : 0 ,
220
222
"source" : " registry" ,
221
223
"dependencies" : {
222
224
"com.unity.nuget.newtonsoft-json" : " 3.0.2" ,
223
- "com.unity.services.core" : " 1.4.2 " ,
225
+ "com.unity.services.core" : " 1.4.3 " ,
224
226
"com.unity.modules.unitywebrequest" : " 1.0.0" ,
225
227
"com.unity.ugui" : " 1.0.0"
226
228
},
227
229
"url" : " https://packages.unity.com"
228
230
},
229
231
"com.unity.services.core" : {
230
- "version" : " 1.4.2 " ,
232
+ "version" : " 1.4.3 " ,
231
233
"depth" : 1 ,
232
234
"source" : " registry" ,
233
235
"dependencies" : {
Original file line number Diff line number Diff line change 1
1
version https://git-lfs.github.com/spec/v1
2
- oid sha256:7682157600f735383d159043f09a6f399deecdff704392bfbe3a716eb1649375
3
- size 25451
2
+ oid sha256:8945219216adb46586a4f9a1bbba347ad520e68e530042124625a4c891ebbf44
3
+ size 25551
Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments