Skip to content

Commit 014435f

Browse files
feat: adding relay auto region selection using the QoS package #617
1 parent 315d07f commit 014435f

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

Packages/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"com.unity.services.authentication": "1.0.0-pre.4",
1717
"com.unity.services.lobby": "1.0.0-pre.6",
1818
"com.unity.services.relay": "1.0.1-pre.5",
19+
"com.unity.ucg.qos": "0.3.1-preview.2",
1920
"com.unity.test-framework": "1.1.31",
2021
"com.unity.textmeshpro": "3.0.6",
2122
"com.unity.timeline": "1.4.8",

Packages/packages-lock.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,16 @@
349349
},
350350
"url": "https://packages.unity.com"
351351
},
352+
"com.unity.ucg.qos": {
353+
"version": "0.3.1-preview.2",
354+
"depth": 0,
355+
"source": "registry",
356+
"dependencies": {
357+
"com.unity.collections": "0.9.0-preview.6",
358+
"com.unity.modules.unitywebrequest": "1.0.0"
359+
},
360+
"url": "https://packages.unity.com"
361+
},
352362
"com.unity.ugui": {
353363
"version": "1.0.0",
354364
"depth": 0,

0 commit comments

Comments
 (0)