匹配功能的实现方法 Photon Fusion2中的匹配功能是由StartGame()方法实现的。 直接上代码: NetworkRunner.StartGame(new StartGameArgs { GameMode = GameMode.AutoHostOrClient, PlayerCount=2, EnableClientSessionCreation=true, IsOpen = true, IsVi