Skip to content

Commit 8f382e8

Browse files
feat: Bumping relay version with qos (#657)
bumping relay version so we now have auto region selection (with the QoS package). This allows selecting the right relay region instead of the default us-central and should reduce latency for non-central folks. (#657)
1 parent ca19d82 commit 8f382e8

File tree

5 files changed

+32
-17
lines changed

5 files changed

+32
-17
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ feat: connection feedback + IP connection window [MTT-2315] [MTT-3234] (#613)
1515
First import of all the vandal imp artwork (#637)
1616
feat: other players loading progress in loading screen [MTT-2239] (#580)
1717
feat: auto reconnect [MTT-2617] (#611)
18+
feat: bumping relay version so we now have auto region selection (with the QoS package). This allows selecting the right relay region instead of the default us-central and should reduce latency for non-central folks. (#657)
1819

1920
### Changed
2021
fix: remove initial ugs popup [MTT-3563] (#650) --> Users who do not use UGS will no longer receive a popup when starting the application telling them how to set it up. It is replaced with a tooltip that appears when hovering on the "Start with Lobby" button with the cursor.

Packages/com.unity.multiplayer.samples.coop/Utilities/Net/UnityRelayUtilities.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ public static async
2727
throw new Exception($"Creating allocation request has failed: \n {exception.Message}");
2828
}
2929

30-
Debug.Log($"server: {allocation.ConnectionData[0]} {allocation.ConnectionData[1]}");
31-
Debug.Log($"server: {allocation.AllocationId}");
30+
Debug.Log($"server: connection data: {allocation.ConnectionData[0]} {allocation.ConnectionData[1]}, allocation ID:{allocation.AllocationId}, region:{allocation.Region}");
3231

3332
try
3433
{

Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"com.unity.render-pipelines.universal": "12.1.6",
1616
"com.unity.services.authentication": "1.0.0-pre.4",
1717
"com.unity.services.lobby": "1.0.0-pre.6",
18-
"com.unity.services.relay": "1.0.1-pre.5",
18+
"com.unity.services.relay": "1.0.2",
1919
"com.unity.test-framework": "1.1.31",
2020
"com.unity.textmeshpro": "3.0.6",
2121
"com.unity.timeline": "1.6.4",

Packages/packages-lock.json

Lines changed: 27 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@
158158
"url": "https://packages.unity.com"
159159
},
160160
"com.unity.nuget.newtonsoft-json": {
161-
"version": "2.0.0",
162-
"depth": 1,
161+
"version": "3.0.2",
162+
"depth": 2,
163163
"source": "registry",
164164
"dependencies": {},
165165
"url": "https://packages.unity.com"
@@ -209,23 +209,24 @@
209209
"url": "https://packages.unity.com"
210210
},
211211
"com.unity.services.authentication": {
212-
"version": "1.0.0-pre.37",
212+
"version": "2.0.0",
213213
"depth": 1,
214214
"source": "registry",
215215
"dependencies": {
216-
"com.unity.nuget.newtonsoft-json": "2.0.0",
217-
"com.unity.services.core": "1.1.0-pre.41",
216+
"com.unity.nuget.newtonsoft-json": "3.0.2",
217+
"com.unity.services.core": "1.3.1",
218218
"com.unity.modules.unitywebrequest": "1.0.0"
219219
},
220220
"url": "https://packages.unity.com"
221221
},
222222
"com.unity.services.core": {
223-
"version": "1.1.0-pre.41",
223+
"version": "1.4.0",
224224
"depth": 1,
225225
"source": "registry",
226226
"dependencies": {
227227
"com.unity.modules.unitywebrequest": "1.0.0",
228-
"com.unity.nuget.newtonsoft-json": "2.0.0"
228+
"com.unity.nuget.newtonsoft-json": "3.0.2",
229+
"com.unity.modules.androidjni": "1.0.0"
229230
},
230231
"url": "https://packages.unity.com"
231232
},
@@ -245,20 +246,34 @@
245246
},
246247
"url": "https://packages.unity.com"
247248
},
249+
"com.unity.services.qos": {
250+
"version": "1.0.0",
251+
"depth": 1,
252+
"source": "registry",
253+
"dependencies": {
254+
"com.unity.services.core": "1.3.2",
255+
"com.unity.modules.unitywebrequest": "1.0.0",
256+
"com.unity.nuget.newtonsoft-json": "3.0.1",
257+
"com.unity.services.authentication": "2.0.0",
258+
"com.unity.collections": "1.2.3"
259+
},
260+
"url": "https://packages.unity.com"
261+
},
248262
"com.unity.services.relay": {
249-
"version": "1.0.1-pre.5",
263+
"version": "1.0.2",
250264
"depth": 0,
251265
"source": "registry",
252266
"dependencies": {
253-
"com.unity.services.core": "1.1.0-pre.41",
267+
"com.unity.services.core": "1.4.0",
268+
"com.unity.services.authentication": "2.0.0",
269+
"com.unity.services.qos": "1.0.0",
254270
"com.unity.modules.unitywebrequest": "1.0.0",
255271
"com.unity.modules.unitywebrequestassetbundle": "1.0.0",
256272
"com.unity.modules.unitywebrequestaudio": "1.0.0",
257273
"com.unity.modules.unitywebrequesttexture": "1.0.0",
258274
"com.unity.modules.unitywebrequestwww": "1.0.0",
259-
"com.unity.nuget.newtonsoft-json": "2.0.0",
260-
"com.unity.services.authentication": "1.0.0-pre.37",
261-
"com.unity.transport": "1.0.0-pre.10"
275+
"com.unity.nuget.newtonsoft-json": "3.0.1",
276+
"com.unity.transport": "1.0.0"
262277
},
263278
"url": "https://packages.unity.com"
264279
},

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.0f1
2-
m_EditorVersionWithRevision: 2021.3.0f1 (6eacc8284459)
1+
m_EditorVersion: 2021.3.2f1
2+
m_EditorVersionWithRevision: 2021.3.2f1 (79cbdb13f624)

0 commit comments

Comments
 (0)