-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 2.28 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 2.28 KB
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
52
53
54
55
56
57
{
"name": "com.unity.services.cloudcode",
"displayName": "Cloud Code",
"version": "3.0.0-exp.7",
"unity": "6000.3",
"description": "Run your game logic in the cloud as serverless functions and interact with other backend services.\n\nThis package allows you to call out to Cloud Code from within your project as a secure player.\n\nCloud Code can be used to: \n-Change game logic for all players without re-distributing your game \n-Grant timed rewards \n-Create randomized values",
"dependencies": {
"com.unity.services.authentication": "3.5.1",
"com.unity.services.core": "1.15.1",
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.nuget.newtonsoft-json": "3.0.2",
"com.unity.services.deployment": "1.6.2",
"com.unity.services.wire": "1.2.3"
},
"_upm": {
"gameService": {
"genericDashboardUrl": "https://dashboard.unity3d.com/cloud-code",
"projectDashboardUrl": "https://dashboard.unity3d.com/organizations/{0}/projects/{1}/cloud-code/about",
"projectDashboardUrlType": "OrganizationKeyAndProjectGuid",
"groupId": "game-backend"
},
"supportedPlatforms": [
"Android",
"iOS",
"Linux",
"Mac",
"PC",
"Windows 8 Universal",
"Windows 10 Universal"
],
"changelog": "### Changed\n- Updated templates setup and dependencies to use Cloud Code APIs v0.0.26 and Core v0.0.4.\n- Updated the local server debugger."
},
"samples": [
{
"displayName": "Cloud Code Scripts Deployment",
"description": "This is a simple sample to deploy and call a Cloud Code Script.",
"path": "Samples~/CloudCodeScriptsDeployment"
},
{
"displayName": "Cloud Code Modules Deployment",
"description": "This is a simple sample to deploy and call a Cloud Code Module.",
"path": "Samples~/CloudCodeModulesDeployment"
}
],
"relatedPackages": {
"com.unity.services.cloudcode.tests": "3.0.0-exp.7"
},
"upmCi": {
"footprint": "f1639343ad8f444dbbd0b50344c7f1d0d26021fa"
},
"documentationUrl": "https://docs.unity3d.com/Packages/com.unity.services.cloudcode@3.0/manual/index.html",
"repository": {
"url": "https://github.cds.internal.unity3d.com/unity/operate-services-sdk.git",
"type": "git",
"revision": "dbf7f595e4b90e4b115efa7b3e712726c081197d"
}
}