您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
nathaniel.buck@unity3d.com 119e8e33 Switching over to the RelayUnityTransport component, although I'm still using the other Relay allocation to send the NGO relay code so that needs to change. Also note that consecutive games in one lobby fail now, for using the wrong relay code. 3 年前
..
AsyncRequestLobby.cs Adding in Relay exception handling, though I haven't yet found a way to test it out with more than a couple error types. It seems to work just fine. 3 年前
AsyncRequestLobby.cs.meta Changing the error pop-up to handle the LobbyServiceException with more player-facing error output. The same work for Relay will follow if the package is in a usable state. 3 年前
LobbyAPIInterface.cs Quick Join errors updated to latest error handling, added unique rate limiter to quick join in accordance with SDK Spec (10 seconds) 3 年前
LobbyAPIInterface.cs.meta Latest Dev and Readme without Vivox 4 年前
LobbyAsyncRequests.cs Fix for the issue where a host could continue to make lobby color edits as another client joined and not see the join until afterward: The lobby heartbeat now forces the host to pull every time they push, which they weren't doing previously. This requires a mechanism for ensuring edits that are made between initiating the push and completing the pull are not overwritten when the pull completes. 3 年前
LobbyAsyncRequests.cs.meta Latest Dev and Readme without Vivox 4 年前
LobbyContentHeartbeat.cs Switching over to the RelayUnityTransport component, although I'm still using the other Relay allocation to send the NGO relay code so that needs to change. Also note that consecutive games in one lobby fail now, for using the wrong relay code. 3 年前
LobbyContentHeartbeat.cs.meta Latest Dev and Readme without Vivox 4 年前
ToLocalLobby.cs Switching over to the RelayUnityTransport component, although I'm still using the other Relay allocation to send the NGO relay code so that needs to change. Also note that consecutive games in one lobby fail now, for using the wrong relay code. 3 年前
ToLocalLobby.cs.meta Latest Dev and Readme without Vivox 4 年前