-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.71 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
{
"name": "com.unity.services.cloudsave",
"displayName": "Cloud Save",
"version": "3.2.2",
"unity": "2021.3",
"description": "Build better player experiences with seamless game data stored securely in the cloud.\n\nUse Cloud Save to store your players’ progress and preferences, by doing so you can share this data between all the players’ devices and any game backend services.",
"dependencies": {
"com.unity.services.authentication": "3.3.1",
"com.unity.services.core": "1.12.5"
},
"samples": [
{
"displayName": "Cloud Save Sample Script",
"description": "Example script demonstrating the Cloud Save package.",
"path": "Samples~/Basic Example"
}
],
"_upm": {
"gameService": {
"genericDashboardUrl": "https://dashboard.unity3d.com/gaming/cloud-save",
"projectDashboardUrl": "https://dashboard.unity3d.com/organizations/{0}/projects/{1}/cloud-save/about",
"projectDashboardUrlType": "OrganizationKeyAndProjectGuid",
"groupId": "game-backend"
},
"supportedPlatforms": [
"Android",
"iOS",
"Linux",
"Mac",
"PC",
"Windows 8 Universal",
"Windows 10 Universal"
],
"changelog": "### Fixed\n* Fixed bug with after value when retrieving all files for a player."
},
"relatedPackages": {
"com.unity.services.cloudsave.tests": "3.2.2"
},
"upmCi": {
"footprint": "f3b14a1898f7154ca40c5044a46934905c5de6e1"
},
"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": "efa28869c5efe163046885ab97fd879758d24daa"
}
}