-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 2.38 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 2.38 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
{
"name": "com.unity.services.cloudcode",
"displayName": "Cloud Code",
"version": "3.0.0-exp.4",
"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": {
"projectDashboardUrl": "https://dashboard.unity3d.com/organizations/{0}/projects/{1}/cloud-code/about",
"projectDashboardUrlType": "OrganizationKeyAndProjectGuid"
},
"supportedPlatforms": [
"Android",
"iOS",
"Linux",
"Mac",
"PC",
"Windows 8 Universal",
"Windows 10 Universal"
],
"changelog": "### Added\n- Implement the Resetting of Scope State and persistence for Local CC Debugging.\n\n### Fixed\n- Fixed local server start failure due to unescaped parameters.\n- Fixed Cloud Code fields in Project Settings to show their own descriptive tooltips.\n- Fixed debugger tooltip to indicate debug fields are read-only once the local server starts."
},
"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.4"
},
"upmCi": {
"footprint": "de22b524eceaa4f36a61543892b49ab9e87060bd"
},
"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": "6e4fecdbec8959c2b0d760cc8385546b47645264"
}
}