google 中的 QuickGame 玩多人游戏 - 一定要在我的 google 圈子里?
QuickGame in google play games multiplayer - necessarily inside my google circle?
quickgame 选项是否在多人 google 玩游戏时随机匹配 (i) 某人的 google 加圈或 (ii) 任何在线玩家。
我想与在线的任何人一起实现 quickgame,但我在文档或其他地方找不到任何内容来说明 "random player" 是否可以在我的圈子之外。
谢谢
实时快速游戏选项根据documentation从随机玩家中选择。
Quick Game option - When the player selects the Quick Game option, your
game should create a virtual room object to join players, auto-match
the player to randomly selected opponents without displaying the
player picker UI, and immediately start the game.
我们可以放心地假设它选择了“任何在线玩家”。您还可以在选择过程中使用 exclusiveBitMask
制定具体标准
createAutoMatchCriteria
函数的参数
quickgame 选项是否在多人 google 玩游戏时随机匹配 (i) 某人的 google 加圈或 (ii) 任何在线玩家。
我想与在线的任何人一起实现 quickgame,但我在文档或其他地方找不到任何内容来说明 "random player" 是否可以在我的圈子之外。
谢谢
实时快速游戏选项根据documentation从随机玩家中选择。
Quick Game option - When the player selects the Quick Game option, your game should create a virtual room object to join players, auto-match the player to randomly selected opponents without displaying the player picker UI, and immediately start the game.
我们可以放心地假设它选择了“任何在线玩家”。您还可以在选择过程中使用 exclusiveBitMask
制定具体标准
createAutoMatchCriteria
函数的参数