Skip to content

Commit 97c5e2b

Browse files
version bump for relay and adding some useful tools (#474)
1 parent 09f0cf0 commit 97c5e2b

File tree

2 files changed

+48
-9
lines changed

2 files changed

+48
-9
lines changed

Packages/manifest.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,18 @@
99
"com.unity.ide.visualstudio": "2.0.12",
1010
"com.unity.ide.vscode": "1.2.4",
1111
"com.unity.learn.iet-framework": "2.1.1",
12+
"com.unity.memoryprofiler": "0.5.0-preview.1",
1213
"com.unity.multiplayer.tools": "1.0.0-pre.2",
1314
"com.unity.netcode.adapter.utp": "1.0.0-pre.5",
1415
"com.unity.netcode.gameobjects": "1.0.0-pre.5",
1516
"com.unity.postprocessing": "3.1.1",
1617
"com.unity.render-pipelines.universal": "10.8.1",
1718
"com.unity.services.authentication": "1.0.0-pre.4",
18-
"com.unity.services.relay": "1.0.1-pre.1",
19+
"com.unity.services.relay": "1.0.1-pre.4",
1920
"com.unity.test-framework": "1.1.29",
2021
"com.unity.textmeshpro": "3.0.6",
2122
"com.unity.timeline": "1.4.8",
23+
"com.unity.toolchain.macos-x86_64-linux-x86_64": "1.0.0",
2224
"com.unity.ugui": "1.0.0",
2325
"com.veriorpies.parrelsync": "https://github.com/VeriorPies/ParrelSync.git?path=/ParrelSync#bb3d5067e49e403d8b8ba15c036d313b4dd2c696",
2426
"com.unity.modules.ai": "1.0.0",

Packages/packages-lock.json

Lines changed: 45 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,15 @@
114114
"dependencies": {},
115115
"url": "https://packages.unity.com"
116116
},
117+
"com.unity.memoryprofiler": {
118+
"version": "0.5.0-preview.1",
119+
"depth": 0,
120+
"source": "registry",
121+
"dependencies": {
122+
"com.unity.editorcoroutines": "1.0.0"
123+
},
124+
"url": "https://packages.unity.com"
125+
},
117126
"com.unity.multiplayer.samples.coop": {
118127
"version": "file:com.unity.multiplayer.samples.coop",
119128
"depth": 0,
@@ -222,38 +231,40 @@
222231
"url": "https://packages.unity.com"
223232
},
224233
"com.unity.services.authentication": {
225-
"version": "1.0.0-pre.4",
226-
"depth": 0,
234+
"version": "1.0.0-pre.37",
235+
"depth": 1,
227236
"source": "registry",
228237
"dependencies": {
229238
"com.unity.nuget.newtonsoft-json": "2.0.0",
230-
"com.unity.services.core": "1.1.0-pre.8",
239+
"com.unity.services.core": "1.1.0-pre.41",
231240
"com.unity.modules.unitywebrequest": "1.0.0"
232241
},
233242
"url": "https://packages.unity.com"
234243
},
235244
"com.unity.services.core": {
236-
"version": "1.1.0-pre.8",
245+
"version": "1.1.0-pre.41",
237246
"depth": 1,
238247
"source": "registry",
239248
"dependencies": {
240-
"com.unity.modules.unitywebrequest": "1.0.0"
249+
"com.unity.modules.unitywebrequest": "1.0.0",
250+
"com.unity.nuget.newtonsoft-json": "2.0.0"
241251
},
242252
"url": "https://packages.unity.com"
243253
},
244254
"com.unity.services.relay": {
245-
"version": "1.0.1-pre.1",
255+
"version": "1.0.1-pre.4",
246256
"depth": 0,
247257
"source": "registry",
248258
"dependencies": {
249-
"com.unity.services.core": "1.1.0-pre.8",
259+
"com.unity.services.core": "1.1.0-pre.41",
250260
"com.unity.modules.unitywebrequest": "1.0.0",
251261
"com.unity.modules.unitywebrequestassetbundle": "1.0.0",
252262
"com.unity.modules.unitywebrequestaudio": "1.0.0",
253263
"com.unity.modules.unitywebrequesttexture": "1.0.0",
254264
"com.unity.modules.unitywebrequestwww": "1.0.0",
255265
"com.unity.nuget.newtonsoft-json": "2.0.0",
256-
"com.unity.services.authentication": "1.0.0-pre.4"
266+
"com.unity.services.authentication": "1.0.0-pre.37",
267+
"com.unity.transport": "1.0.0-pre.10"
257268
},
258269
"url": "https://packages.unity.com"
259270
},
@@ -274,6 +285,22 @@
274285
},
275286
"url": "https://packages.unity.com"
276287
},
288+
"com.unity.sysroot": {
289+
"version": "1.0.0",
290+
"depth": 1,
291+
"source": "registry",
292+
"dependencies": {},
293+
"url": "https://packages.unity.com"
294+
},
295+
"com.unity.sysroot.linux-x86_64": {
296+
"version": "1.0.0",
297+
"depth": 1,
298+
"source": "registry",
299+
"dependencies": {
300+
"com.unity.sysroot": "1.0.0"
301+
},
302+
"url": "https://packages.unity.com"
303+
},
277304
"com.unity.test-framework": {
278305
"version": "1.1.29",
279306
"depth": 0,
@@ -306,6 +333,16 @@
306333
},
307334
"url": "https://packages.unity.com"
308335
},
336+
"com.unity.toolchain.macos-x86_64-linux-x86_64": {
337+
"version": "1.0.0",
338+
"depth": 0,
339+
"source": "registry",
340+
"dependencies": {
341+
"com.unity.sysroot": "1.0.0",
342+
"com.unity.sysroot.linux-x86_64": "1.0.0"
343+
},
344+
"url": "https://packages.unity.com"
345+
},
309346
"com.unity.transport": {
310347
"version": "1.0.0-pre.12",
311348
"depth": 1,

0 commit comments

Comments
 (0)