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. "CameraFramework",
  26. "DebugDraw",
  27. "DiffuseProbeGrid",
  28. "EditorPythonBindings",
  29. "EMotionFX",
  30. "GameState",
  31. "ImGui",
  32. "LandscapeCanvas",
  33. "LyShine",
  34. "MiniAudio",
  35. "PhysX",
  36. "PrimitiveAssets",
  37. "PrefabBuilder",
  38. "SaveData",
  39. "ScriptCanvasPhysics",
  40. "ScriptEvents",
  41. "StartingPointInput",
  42. "TextureAtlas",
  43. "WhiteBox",
  44. "RemoteTools"
  45. ]
  46. }