-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.json
More file actions
51 lines (51 loc) · 1.29 KB
/
project.json
File metadata and controls
51 lines (51 loc) · 1.29 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
{
"project_name": "GameLiftDemo",
"version": "1.0.0",
"project_id": "{5BB2F2CF-4B3A-431B-8549-39B4A89918DD}",
"origin": "https://github.com/o3de/o3de-gameliftdemo",
"license": "For terms please see the LICENSE*.TXT file at the root of this distribution.",
"display_name": "GameLiftDemo",
"summary": "A simple third-person multiplayer sample for O3DE.",
"canonical_tags": [
"Project"
],
"user_tags": [
"GameLiftDemo"
],
"icon_path": "preview.png",
"engine": "o3de",
"external_subdirectories": [
"Gem"
],
"restricted": "GameLiftDemo",
"gem_names": [
"AWSGameLift",
"Atom",
"AudioSystem",
"CameraFramework",
"DebugDraw",
"DiffuseProbeGrid",
"EMotionFX",
"EditorPythonBindings",
"GameLiftDemo",
"GameState",
"HttpRequestor",
"ImGui",
"LandscapeCanvas",
"LyShine",
"MiniAudio",
"Multiplayer",
"MultiplayerCompression",
"PhysX",
"PrefabBuilder",
"PrimitiveAssets",
"RemoteTools",
"SaveData",
"ScriptCanvasPhysics",
"ScriptEvents",
"StartingPointInput",
"TextureAtlas",
"WhiteBox"
],
"engine_version": "4.2.0"
}