Only One Participant ID In OnTurnBasedMatchReceived()
When the other player makes a turn, I am successfully receiving an 'onTurnBasedMatchReceived()' update, but in the match details there is sometimes only my own participantId. Witho
Solution 1:
If you've auto-matched with a random opponent and not taken the first turn yet, then you will only get one Participant Id. Just pass in null
to takeTurn()
for the pendingParticipantId field.
Post a Comment for "Only One Participant ID In OnTurnBasedMatchReceived()"