forked from amazon-gamelift/amazon-gamelift-plugin-unity
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1.38 KB
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 1.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
{
"name": "com.amazonaws.gamelift",
"displayName": "Amazon GameLift Plugin for Unity",
"author": "Amazon.com, Inc.",
"version": "2.0.0",
"unity": "2021.3",
"description": "The Amazon GameLift Plugin for Unity contains libraries and native UI that makes it easier to access GameLift resources and integrate GameLift into your Unity game. You can use the GameLift Unity Plugin to access GameLift APIs and deploy AWS CloudFormation templates for common gaming scenarios.",
"documentationUrl": "https://docs.aws.amazon.com/gamelift/latest/developerguide/unity-plug-in.html",
"changelogUrl": "https://github.com/aws/amazon-gamelift-plugin-unity/blob/main/CHANGELOG.md",
"licensesUrl": "https://github.com/aws/amazon-gamelift-plugin-unity/blob/main/LICENSE.md",
"keywords": [
"AWS",
"GameLift",
"Multiplayer"
],
"dependencies": {
"com.unity.nuget.newtonsoft-json": "2.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/aws/amazon-gamelift-plugin-unity.git"
},
"samples": [
{
"displayName": "Custom Scenario",
"description": "Base template of a deployment scenario used to create a customized backend service for your own multiplayer game requirements. This is the same as the AuthOnly deployment scenario, except stored in your Unity project's Asset folder for version control.",
"path": "Samples~/CustomScenario"
}
]
}