project.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. "script_only": true,
  10. "canonical_tags": [
  11. "Project"
  12. ],
  13. "user_tags": [
  14. "${Name}"
  15. ],
  16. "icon_path": "preview.png",
  17. "engine": "o3de",
  18. "restricted": "${Name}",
  19. "gem_names": [
  20. "Atom",
  21. "AudioSystem",
  22. "CameraFramework",
  23. "Compression",
  24. "DebugDraw",
  25. "DiffuseProbeGrid",
  26. "EditorPythonBindings",
  27. "EMotionFX",
  28. "GameState",
  29. "ImGui",
  30. "LandscapeCanvas",
  31. "LyShine",
  32. "PhysX",
  33. "PrimitiveAssets",
  34. "PrefabBuilder",
  35. "SaveData",
  36. "ScriptCanvasPhysics",
  37. "ScriptEvents",
  38. "StartingPointInput",
  39. "TextureAtlas",
  40. "WhiteBox",
  41. "RemoteTools"
  42. ]
  43. }