project.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "project_name": "ROSConDemo",
  3. "project_id": "{A871E69A-15DA-4A3B-9A47-EC994B37FD3C}",
  4. "origin": "The primary repo for ROSConDemo goes here: i.e. http://www.mydomain.com",
  5. "license": "What license ROSConDemo uses goes here: i.e. https://opensource.org/licenses/Apache-2.0 Or https://opensource.org/licenses/MIT etc.",
  6. "display_name": "ROSConDemo",
  7. "summary": "A short description of ROSConDemo.",
  8. "canonical_tags": [
  9. "Project"
  10. ],
  11. "user_tags": [
  12. "ROSConDemo"
  13. ],
  14. "icon_path": "preview.png",
  15. "engine": "o3de",
  16. "external_subdirectories": [
  17. "Gem"
  18. ],
  19. "restricted": "ROSConDemo",
  20. "gem_names": [
  21. "Atom",
  22. "AudioSystem",
  23. "CameraFramework",
  24. "DebugDraw",
  25. "DiffuseProbeGrid",
  26. "EMotionFX",
  27. "EditorPythonBindings",
  28. "GameState",
  29. "ImGui",
  30. "LandscapeCanvas",
  31. "LyShine",
  32. "PhysX5",
  33. "PrefabBuilder",
  34. "PrimitiveAssets",
  35. "ROS2>=3.1.0",
  36. "ROSConDemo",
  37. "SaveData",
  38. "ScriptCanvasPhysics",
  39. "ScriptEvents",
  40. "StartingPointInput",
  41. "Terrain",
  42. "TextureAtlas",
  43. "Vegetation",
  44. "WhiteBox"
  45. ],
  46. "engine_version": "4.1.0"
  47. }