I am trying to have players invite friends to matches. My plan is to send the match's networkID over to the friend and then when the friend presses "Join" it will get the network id of the other player and join it. But it seems like the NetworkID is a enum and I can only send basic data types to the server and retrieve them. Is there a way to find a match a player is in or join a match from a string? Thanks.
↧