project.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "project_name": "${Name}",
  3. "version": "${Version}",
  4. "project_id": "${ProjectId}",
  5. "origin": "The primary repo for ${Name} goes here: i.e. http://www.mydomain.com",
  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. "${Name}",
  23. "Atom",
  24. "AudioSystem",
  25. "AWSCore",
  26. "CameraFramework",
  27. "Compression",
  28. "DebugDraw",
  29. "DiffuseProbeGrid",
  30. "EditorPythonBindings",
  31. "EMotionFX",
  32. "GameState",
  33. "ImGui",
  34. "LandscapeCanvas",
  35. "LyShine",
  36. "PhysX",
  37. "PrimitiveAssets",
  38. "PrefabBuilder",
  39. "SaveData",
  40. "ScriptCanvasPhysics",
  41. "ScriptEvents",
  42. "StartingPointInput",
  43. "TextureAtlas",
  44. "WhiteBox"
  45. ]
  46. }