-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.79 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.79 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
{
"name": "com.edgegap.unity-sdk",
"version": "3.3.0",
"displayName": "Edgegap SDK",
"description": "Get started quickly with Edgegap Matchmaking and Server Browser.",
"unity": "2021.3",
"unityRelease": "0f1",
"documentationUrl": "https://docs.edgegap.com/unity/developer-tools#software-development-kit",
"hideInEditor": false,
"changelogUrl": "https://docs.edgegap.com/docs/release-notes",
"licensesUrl": "https://choosealicense.com/licenses/mit/",
"samples": [
{
"displayName": "Deployment Agent Example",
"description": "Get environment variables and stop your Deployment.",
"path": "Samples~/DeploymentAgent"
},
{
"displayName": "Server Browser - Auto-Assign",
"description": "Get started with auto-assigned reservations.",
"path": "Samples~/ServerBrowserAutoAssign"
},
{
"displayName": "Server Browser - Auto-Assigned",
"description": "Provide manual choice to players and/or customize flow with your own reservation logic.",
"path": "Samples~/ServerBrowserCustomSearch"
},
{
"displayName": "Matchmaking - Simple Example",
"description": "Get started with minimal matchmaking example.",
"path": "Samples~/MatchmakingSimple"
},
{
"displayName": "Matchmaking - Region Picker UI",
"description": "Explore UI integration with manual region selection.",
"path": "Samples~/MatchmakingRegionPicker"
},
{
"displayName": "Matchmaking - Group Up UI",
"description": "Explore UI integration with the group-up flow.",
"path": "Samples~/MatchmakingGroupUp"
}
],
"dependencies": {
"com.unity.nuget.newtonsoft-json": "3.2.2"
},
"author": {
"name": "Edgegap Technologies",
"email": "contact@edgegap.com",
"url": "https://www.edgegap.com"
}
}