project.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "project_name": "LoftSample",
  3. "version": "1.0.0",
  4. "project_id": "{48CBCFDA-89B1-4A7F-B381-46E22E2C0C7A}",
  5. "origin": "https://github.com/aws-lumberyard/loft-arch-vis-sample",
  6. "license": "https://opensource.org/licenses/MIT",
  7. "display_name": "LoftSample",
  8. "summary": "This project contains the O3DE Loft sample scene.",
  9. "script_only": true,
  10. "canonical_tags": [
  11. "Project"
  12. ],
  13. "user_tags": [
  14. "LoftSample"
  15. ],
  16. "icon_path": "preview.png",
  17. "engine": "o3de",
  18. "restricted": "LoftSample",
  19. "gem_names": [
  20. "Atom",
  21. "AudioSystem",
  22. "ArchVis",
  23. "CameraFramework",
  24. "Compression",
  25. "DebugDraw",
  26. "DiffuseProbeGrid",
  27. "EditorPythonBindings",
  28. "EMotionFX",
  29. "GameState",
  30. "ImGui",
  31. "LandscapeCanvas",
  32. "LyShine",
  33. "PhysX",
  34. "PrimitiveAssets",
  35. "PrefabBuilder",
  36. "SaveData",
  37. "ScriptCanvasPhysics",
  38. "ScriptEvents",
  39. "StartingPointInput",
  40. "TextureAtlas",
  41. "WhiteBox",
  42. "RemoteTools"
  43. ],
  44. "external_subdirectories": [
  45. "../Gems/ArchVis"
  46. ],
  47. "engine_version": "4.2.0"
  48. }