-
Notifications
You must be signed in to change notification settings - Fork 6
/
project.json
37 lines (37 loc) · 994 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
32
33
34
35
36
37
{
"project_name": "RobotVacuumSample",
"project_id": "{9ed699a2-4b64-468e-ad9c-9cff6c0dfd3f}",
"origin": "https://github.com/o3de/RobotVacuumSample",
"license": "https://opensource.org/licenses/Apache-2.0 Or https://opensource.org/licenses/MIT etc.",
"display_name": "RobotVacuumSample",
"summary": "Demo of a Robot Vacuum using the O3DE Loft Scene.",
"canonical_tags": [
"Project"
],
"user_tags": [
"RobotVacuumSample"
],
"icon_path": "preview.png",
"engine": "o3de",
"external_subdirectories": [
"Gem"
],
"restricted": "RobotVacuumSample",
"gem_names": [
"ArchVis",
"Atom",
"CameraFramework",
"DebugDraw",
"GameState",
"ImGui",
"LyShine",
"PhysX5",
"PrimitiveAssets",
"PrefabBuilder",
"ROS2>=3.1.0",
"ScriptEvents",
"StartingPointInput",
"TextureAtlas"
],
"engine_version": "4.1.0"
}