-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathproject.json
More file actions
38 lines (38 loc) · 1.21 KB
/
project.json
File metadata and controls
38 lines (38 loc) · 1.21 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
{
"project_name": "MPS-Asset-Test",
"project_id": "{C8D8E20A-03DD-4507-A8C2-D3949C2A3977}",
"license": "For terms please see the LICENSE*.TXT file at the root of this distribution.",
"origin_url": "https://github.com/o3de/o3de-multiplayersample-assets/",
"display_name": "MPS: Asset Test Project",
"summary": "This project is set up for contributors to test assets created in this repos asset gems.",
"documentation_url": "https://github.com/o3de/o3de-multiplayersample-assets/Project/readme.md",
"canonical_tags": [
"Project"
],
"user_tags": [
"MPS-Asset-Test"
],
"icon_path": "preview.png",
"engine": "o3de",
"external_subdirectories": [
"../Gems/character_mps",
"../Gems/kb3d_mps",
"../Gems/landscape_mps",
"../Gems/level_art_mps",
"../Gems/particlefx_mps",
"../Gems/pbr_material_pack_mps",
"../Gems/props_mps",
"Gem"
],
"restricted": "MPS-Asset-Test",
"gem_names": [
"props_mps",
"character_mps",
"kb3d_mps",
"landscape_mps",
"level_art_mps",
"pbr_material_pack_mps",
"particlefx_mps",
"DccScriptingInterface"
]
}