-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathproject.json
More file actions
40 lines (40 loc) · 1.06 KB
/
Copy pathproject.json
File metadata and controls
40 lines (40 loc) · 1.06 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
{
"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",
"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-sdk",
"external_subdirectories": [
"Gem"
],
"restricted": "RobotVacuumSample",
"gem_names": [
"ArchVis",
"Atom",
"CameraFramework",
"DebugDraw",
"GameState",
"ImGui",
"LevelGeoreferencing",
"LyShine",
"PhysX5",
"PrimitiveAssets",
"PrefabBuilder",
"ROS2>=4.1.0",
"ROS2Controllers>=1.1.0",
"ROS2Sensors",
"ScriptEvents",
"StartingPointInput",
"TextureAtlas"
],
"engine_version": "2.6.0"
}