project.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "project_name": "${Name}",
  3. "version": "1.0.0",
  4. "project_id": "${ProjectId}",
  5. "origin": "Open 3D Engine Extras: ${Name}",
  6. "license": "What license ${Name} uses goes here: i.e. https://opensource.org/licenses/Apache-2.0 Or https://opensource.org/licenses/MIT etc.",
  7. "display_name": "${Name}",
  8. "summary": "A short description of ${Name}.",
  9. "canonical_tags": [
  10. "Project"
  11. ],
  12. "user_tags": [
  13. "${Name}"
  14. ],
  15. "icon_path": "preview.png",
  16. "engine": "o3de",
  17. "external_subdirectories": [
  18. "Gem"
  19. ],
  20. "restricted": "${Name}",
  21. "gem_names": [
  22. "Atom",
  23. "CameraFramework",
  24. "DebugDraw",
  25. "EditorPythonBindings",
  26. "EMotionFX",
  27. "ImGui",
  28. "LyShine",
  29. "PrimitiveAssets",
  30. "PrefabBuilder",
  31. "ScriptCanvasPhysics",
  32. "ScriptEvents",
  33. "StartingPointInput",
  34. "TextureAtlas",
  35. "DiffuseProbeGrid",
  36. "ROS2>=3.1.0",
  37. "ROS2SampleRobots",
  38. "${Name}"
  39. ]
  40. }