project.json 643 B

12345678910111213141516171819202122
  1. {
  2. "project_name": "Buongiorno",
  3. "project_id": "{9579ef7f-9689-49af-ba1c-846bab6db72c}",
  4. "origin": "https://github.com/powervr-graphics/buongiorno-sample",
  5. "license": "MIT, https://opensource.org/licenses/MIT",
  6. "display_name": "Buon(G.I)orno Sample",
  7. "summary": "This project contains the O3DE Buon(G.I)orno sample scene.",
  8. "canonical_tags": [
  9. "Project"
  10. ],
  11. "user_tags": [
  12. "Buongiorno",
  13. "Sample",
  14. "Getting Started"
  15. ],
  16. "icon_path": "preview.png",
  17. "engine": "o3de",
  18. "external_subdirectories": [
  19. "../Gems/buongiorno"
  20. ],
  21. "engine_version": "2.2.2"
  22. }