project.json 836 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "project_name": "MultiplayerSample",
  3. "project_id": "{16D27830-D7FF-4124-B20B-2CF0387E8C7D}",
  4. "origin": "https://github.com/o3de/o3de-multiplayersample",
  5. "license": "For terms please see the LICENSE*.TXT file at the root of this distribution.",
  6. "display_name": "MultiplayerSample",
  7. "summary": "A simple third-person multiplayer sample for O3DE.",
  8. "canonical_tags": [
  9. "Project"
  10. ],
  11. "user_tags": [
  12. "MultiplayerSample"
  13. ],
  14. "icon_path": "preview.png",
  15. "engine": "o3de",
  16. "external_subdirectories": [
  17. "Gem"
  18. ],
  19. "gem_names": [
  20. "character_mps",
  21. "props_mps",
  22. "landscape_mps",
  23. "kb3d_mps",
  24. "level_art_mps",
  25. "particlefx_mps",
  26. "pbr_material_pack_mps",
  27. "PopcornFX"
  28. ],
  29. "engine_version": "2.1.0"
  30. }