forked from o3de/o3de-multiplayersample
-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.json
31 lines (31 loc) · 859 Bytes
/
project.json
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
{
"project_name": "MultiplayerSample",
"project_id": "{16D27830-D7FF-4124-B20B-2CF0387E8C7D}",
"origin": "https://github.com/o3de/o3de-multiplayersample",
"license": "For terms please see the LICENSE*.TXT file at the root of this distribution.",
"display_name": "MultiplayerSample",
"summary": "A simple third-person multiplayer sample for O3DE.",
"canonical_tags": [
"Project"
],
"user_tags": [
"MultiplayerSample"
],
"icon_path": "preview.png",
"engine": "o3de",
"external_subdirectories": [
"Gem",
"MPSGameLift"
],
"gem_names": [
"character_mps",
"props_mps",
"landscape_mps",
"kb3d_mps",
"level_art_mps",
"particlefx_mps",
"pbr_material_pack_mps",
"PopcornFX"
],
"engine_version": "2.1.0"
}