o3de / o3de-multiplayersample

Multiplayer sample project for the Open 3D Engine
https://o3de.org
Other
79 stars 56 forks source link

Client Request Matchmaking #450

Closed AMZN-Gene closed 1 year ago

AMZN-Gene commented 1 year ago

Client can request matchmaking from a server-less backend and receives a ticket-id response

Note: JSON parser is crashing when hitting arrays or dictionaries if they are ignored, for that reason, player data is being stored even though we only need the ticket-id.