Am I correct in understanding that SessionCookie will always be blank for matchmade games?
It seems like SessionCookie is only used in RequestMultiplayerServer (which is when we start a server explicitly, as opposed to as a result of matchmaking)
Am I correct in understanding that SessionCookie will always be blank for matchmade games?
It seems like SessionCookie is only used in RequestMultiplayerServer (which is when we start a server explicitly, as opposed to as a result of matchmaking)
As far as I aware, yes, if we don’t define session cookie, it will be blank. When we use matchmaking, we can’t define and pass it.
4 People are following this question.
Custom Game Server: Different gameplays [Unity]
How to redeem matchmaking ticket in Thunderhead and Matchmaker (Preview)?
How do I get a MatchId on a game server that was created via matchmaking?
Pre-warming Game Server Executable Instances?
What is the best way for a player to pass parameters into the server during matchmaking?