project.json 865 B

123456789101112131415161718192021222324252627
  1. {
  2. "project_name": "OpenXRTest",
  3. "version": "1.0.2",
  4. "project_id": "{947211d5-689a-437f-8ad7-7f558edcd40a}",
  5. "repo_uri": "https://raw.githubusercontent.com/o3de/o3de-extras/development",
  6. "download_source_uri": "https://github.com/o3de/o3de-extras/releases/download/2.0/openxrtest-1.0.1-project.zip",
  7. "origin": "https://github.com/o3de/o3de-extras",
  8. "license": "For terms please see the LICENSE*.TXT files at the root of this distribution.",
  9. "display_name": "OpenXRTest",
  10. "summary": "A sample project that uses OpenXR.",
  11. "canonical_tags": [
  12. "Project"
  13. ],
  14. "user_tags": [
  15. "OpenXRTest"
  16. ],
  17. "icon_path": "preview.png",
  18. "engine": "o3de",
  19. "external_subdirectories": [
  20. "Gem"
  21. ],
  22. "restricted": "OpenXRTest",
  23. "gem_names": [
  24. "XR>=1.0.1",
  25. "OpenXRVk>=1.0.1"
  26. ]
  27. }