project.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "project_name": "PlanetSurvivalGame",
  3. "version": "1.0.0",
  4. "project_id": "{E2634FE2-9182-495D-8640-C1B006734B27}",
  5. "origin": "The primary repo for PlanetSurvivalGame goes here: i.e. http://www.mydomain.com",
  6. "license": "What license PlanetSurvivalGame uses goes here: i.e. https://opensource.org/licenses/Apache-2.0 Or https://opensource.org/licenses/MIT etc.",
  7. "display_name": "PlanetSurvivalGame",
  8. "summary": "A short description of PlanetSurvivalGame.",
  9. "script_only": true,
  10. "canonical_tags": [
  11. "Project"
  12. ],
  13. "user_tags": [
  14. "PlanetSurvivalGame"
  15. ],
  16. "icon_path": "preview.png",
  17. "engine": "o3de",
  18. "restricted": "PlanetSurvivalGame",
  19. "gem_names": [
  20. "Atom",
  21. "AudioSystem",
  22. "BasePlanet",
  23. "Camera",
  24. "CameraFramework",
  25. "Compression",
  26. "DebugDraw",
  27. "DiffuseProbeGrid",
  28. "EMotionFX",
  29. "EditorPythonBindings",
  30. "GameState",
  31. "ImGui",
  32. "LandscapeCanvas",
  33. "LyShine",
  34. "LyShineExamples",
  35. "MessagePopup",
  36. "NvCloth",
  37. "PhysX",
  38. "PrefabBuilder",
  39. "PrimitiveAssets",
  40. "RecastNavigation",
  41. "RemoteTools",
  42. "SaveData",
  43. "ScriptCanvasPhysics",
  44. "ScriptEvents",
  45. "Stars",
  46. "StartingPointCamera",
  47. "StartingPointInput",
  48. "TextureAtlas",
  49. "Vegetation",
  50. "WhiteBox"
  51. ],
  52. "external_subdirectories": [
  53. "../Gems/BasePlanet"
  54. ],
  55. "engine_version": "4.2.0"
  56. }