project.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "project_name": "MPS-Asset-Test",
  3. "project_id": "{C8D8E20A-03DD-4507-A8C2-D3949C2A3977}",
  4. "license": "For terms please see the LICENSE*.TXT file at the root of this distribution.",
  5. "origin_url": "https://github.com/o3de/o3de-multiplayersample-assets/",
  6. "display_name": "MPS-Asset-Test",
  7. "summary": "This project is set up for contributors to test assets created in this repos asset gems.",
  8. "documentation_url": "https://github.com/o3de/o3de-multiplayersample-assets/Project/readme.md",
  9. "canonical_tags": [
  10. "Project"
  11. ],
  12. "user_tags": [
  13. "MPS-Asset-Test"
  14. ],
  15. "icon_path": "preview.png",
  16. "engine": "o3de",
  17. "external_subdirectories": [
  18. "../Gems/character_mps",
  19. "../Gems/kb3d_mps",
  20. "../Gems/landscape_mps",
  21. "../Gems/level_art_mps",
  22. "../Gems/particlefx_mps",
  23. "../Gems/pbr_material_pack_mps",
  24. "../Gems/props_mps",
  25. "../Gems/O3DEPopcornFXPlugin",
  26. "Gem"
  27. ],
  28. "restricted": "MPS-Asset-Test",
  29. "gem_names": [
  30. "props_mps",
  31. "character_mps",
  32. "kb3d_mps",
  33. "landscape_mps",
  34. "level_art_mps",
  35. "pbr_material_pack_mps",
  36. "particlefx_mps",
  37. "DccScriptingInterface"
  38. ]
  39. }