Skip to content

Commit c28d6bd

Browse files
upgrading authentication package fixing switching profile issues
1 parent 98f7e73 commit c28d6bd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"com.unity.performance.profile-analyzer": "1.2.3",
1818
"com.unity.postprocessing": "3.5.0",
1919
"com.unity.render-pipelines.universal": "17.0.4",
20-
"com.unity.services.authentication": "3.4.1",
20+
"com.unity.services.authentication": "3.5.1",
2121
"com.unity.services.multiplayer": "1.1.4",
2222
"com.unity.test-framework": "1.5.1",
2323
"com.unity.timeline": "1.8.8",

Packages/packages-lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -273,19 +273,19 @@
273273
"url": "https://packages.unity.com"
274274
},
275275
"com.unity.services.authentication": {
276-
"version": "3.4.1",
276+
"version": "3.5.1",
277277
"depth": 0,
278278
"source": "registry",
279279
"dependencies": {
280280
"com.unity.ugui": "1.0.0",
281-
"com.unity.services.core": "1.14.0",
281+
"com.unity.services.core": "1.15.1",
282282
"com.unity.nuget.newtonsoft-json": "3.2.1",
283283
"com.unity.modules.unitywebrequest": "1.0.0"
284284
},
285285
"url": "https://packages.unity.com"
286286
},
287287
"com.unity.services.core": {
288-
"version": "1.14.0",
288+
"version": "1.15.1",
289289
"depth": 1,
290290
"source": "registry",
291291
"dependencies": {

0 commit comments

Comments
 (0)