project.json 565 B

1234567891011121314151617
  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. }