Quantcast
Channel: Multiplayer
Viewing all articles
Browse latest Browse all 16796

matchRequest.matchAttributes not populating

$
0
0
Heya, I'm trying to do some matchmaking setup. Here's my CreateMatchRequest, which all seems to work fine:

Code (CSharp):
  1.         CreateMatchRequest create = new CreateMatchRequest();
  2.         create.name = SystemInfo.deviceUniqueIdentifier;
  3.         create.size = maxPerRoom;
  4.         create.advertise = true;
  5.         create.matchAttributes = new Dictionary<string, long>();
  6.         create.matchAttributes.Add("version", networkingVersion);
  7.         create.password = string.Empty;...
matchRequest.matchAttributes not populating

Viewing all articles
Browse latest Browse all 16796

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>