-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.json
More file actions
47 lines (47 loc) · 1.34 KB
/
project.json
File metadata and controls
47 lines (47 loc) · 1.34 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
{
"project_name": "EditorEntityContextBus",
"version": "1.0.0",
"project_id": "{7C817DCA-BFA3-400B-91B5-475D04B468D4}",
"origin": "The primary repo for EditorEntityContextBus goes here: i.e. http://www.mydomain.com",
"license": "What license EditorEntityContextBus uses goes here: i.e. https://opensource.org/licenses/Apache-2.0 Or https://opensource.org/licenses/MIT etc.",
"display_name": "EditorEntityContextBus",
"summary": "A short description of EditorEntityContextBus.",
"canonical_tags": [
"Project"
],
"user_tags": [
"EditorEntityContextBus"
],
"icon_path": "preview.png",
"engine": "o3de-sdk",
"external_subdirectories": [
"Gem"
],
"restricted": "EditorEntityContextBus",
"gem_names": [
"EditorEntityContextBus",
"Atom",
"AudioSystem",
"CameraFramework",
"DebugDraw",
"DiffuseProbeGrid",
"EditorPythonBindings",
"EMotionFX",
"GameState",
"ImGui",
"LandscapeCanvas",
"LyShine",
"MiniAudio",
"PhysX",
"PrimitiveAssets",
"PrefabBuilder",
"SaveData",
"ScriptCanvasPhysics",
"ScriptEvents",
"StartingPointInput",
"TextureAtlas",
"WhiteBox",
"RemoteTools"
],
"engine_version": "2.4.1"
}