您最多选择25个主题
主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
24 行
1.0 KiB
24 行
1.0 KiB
{
|
|
"name": "com.unity.services.authentication",
|
|
"displayName": "Unity Authentication SDK",
|
|
"version": "0.5.0-preview",
|
|
"unity": "2019.4",
|
|
"description": "A client-side SDK for managing the signing-in of a player to the Unity User Authentication Service (UAS) and the provision of associated identifiers and tokens for use by other packages and services. \n\nInitial features include: \n▪ Anonymous login \n▪ Automatic access token refresh during session \n\nNote: this is still in development.",
|
|
"dependencies": {
|
|
"com.unity.nuget.newtonsoft-json": "2.0.0",
|
|
"com.unity.services.core": "1.1.0-pre.2",
|
|
"com.unity.modules.unitywebrequest": "1.0.0"
|
|
},
|
|
"type": "library",
|
|
"relatedPackages": {
|
|
"com.unity.services.authentication.tests": "0.5.0-preview"
|
|
},
|
|
"upmCi": {
|
|
"footprint": "d6dbb1efb74d58081d3f1b2ba4e0de24ebd466c4"
|
|
},
|
|
"repository": {
|
|
"url": "https://github.cds.internal.unity3d.com/unity/operate-services-sdk.git",
|
|
"type": "git",
|
|
"revision": "724ce4a71dab198ef36654f093af01b116d1c641"
|
|
}
|
|
}
|