How to match players using the Multiplayer matching system on a custom field?
G
Greg Quinn
started a topic
over 7 years ago
I'm following the tutorial at https://docs.gamesparks.net/tutorials/how-to-match-players
It mentions I match players with the 'skill' level. Where is this skill field supposed to be defined? Can it only be stored in the player collection?
Currently I have all my players fields in an additional collection called playerCustomData.
Should I merge these two collections together and keep everything in the player collection?
Best Answer
C
Customer Support
said
over 7 years ago
Hi Greg,
Skill is simply an arbitrary value that is attributed to the Match (not the player). When making a FindMatchRequest you could pass in the players Rank value into the skill field.
Thanks,
Oisin
1 Comment
Customer Support
said
over 7 years ago
Answer
Hi Greg,
Skill is simply an arbitrary value that is attributed to the Match (not the player). When making a FindMatchRequest you could pass in the players Rank value into the skill field.
Greg Quinn
I'm following the tutorial at https://docs.gamesparks.net/tutorials/how-to-match-players
It mentions I match players with the 'skill' level. Where is this skill field supposed to be defined? Can it only be stored in the player collection?
Currently I have all my players fields in an additional collection called playerCustomData.
Should I merge these two collections together and keep everything in the player collection?
Hi Greg,
Skill is simply an arbitrary value that is attributed to the Match (not the player).
When making a FindMatchRequest you could pass in the players Rank value into the skill field.
Thanks,
Oisin
Customer Support
Hi Greg,
Skill is simply an arbitrary value that is attributed to the Match (not the player).
When making a FindMatchRequest you could pass in the players Rank value into the skill field.
Thanks,
Oisin
-
Documentation Notes
-
Design issues with user events
-
Using NoSQL
-
Runtime Collections vs Metadata Collections
-
Anonymous authentication from browser app
-
Modules
-
Movement With Unity
-
Problem with url parameters for downloadables
-
Querying NoSql GameSparks database
-
Challenge accesType
See all 2487 topics