project.json.bak0 563 B

1234567891011121314151617181920
  1. {
  2. "project_name": "LoftSample",
  3. "project_id": "{6B644ACC-D83D-40AD-9EB1-793A01633A86}",
  4. "origin": "https://github.com/aws-lumberyard/loft-arch-vis-sample",
  5. "license": "https://opensource.org/licenses/MIT",
  6. "display_name": "O3DE Loft Sample",
  7. "summary": "This project contains the O3DE Loft sample scene.",
  8. "canonical_tags": [
  9. "Project"
  10. ],
  11. "user_tags": [
  12. "LoftSample"
  13. ],
  14. "icon_path": "preview.png",
  15. "engine": "o3de",
  16. "external_subdirectories": [
  17. "../Gems/ArchVis",
  18. "Code"
  19. ]
  20. }