-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.95 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "com.unity.services.authentication",
"displayName": "Authentication",
"version": "3.4.0",
"unity": "2021.3",
"description": "Client SDK offering player identity management for Unity Gaming Services.\n\nIdentity providers can be configured from the editor or the Unity Dashboard.\n\nPlayer management is available in the Unity Dashboard.",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "3.2.1",
"com.unity.services.core": "1.14.0",
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.ugui": "1.0.0"
},
"_upm": {
"gameService": {
"genericDashboardUrl": "https://cloud.unity3d.com/player-authentication",
"projectDashboardUrl": "https://cloud.unity3d.com/organizations/{0}/projects/{1}/player-authentication/about",
"projectDashboardUrlType": "OrganizationKeyAndProjectGuid",
"configurePath": "Project/Services/Authentication"
},
"supportedPlatforms": [
"Android",
"iOS",
"Linux",
"Mac",
"PC",
"WebGL",
"Windows 8 Universal",
"Windows 10 Universal"
],
"changelog": "### Added\n- Added `PlayerAuthentication` component to manage authentication in the scene authoring.\n\n### Changed\n- Updated the minimum supported Editor version to 2021.3."
},
"samples": [
{
"displayName": "UI Example",
"description": "Example scripts and UI elements demonstrating the Authentication package. This sample requires the com.unity.ugui package.",
"path": "Samples~"
}
],
"relatedPackages": {
"com.unity.services.authentication.tests": "3.4.0"
},
"upmCi": {
"footprint": "bad90cc58f6412e643deaecbe50b5ffe0c7ccd4c"
},
"documentationUrl": "https://docs.unity3d.com/Packages/[email protected]/manual/index.html",
"repository": {
"url": "https://github.cds.internal.unity3d.com/unity/operate-services-sdk.git",
"type": "git",
"revision": "7c64fb37cabe29e3c36db3668924e045d2e6a6b1"
}
}