您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
nathaniel.buck@unity3d.com 9614d153 Adding logic for displaying an image for each symbol object, and choosing a randomized sequence of symbols. Also adding basic UI for displaying a player's target sequence. 3 年前
..
InGame Adding logic for displaying an image for each symbol object, and choosing a randomized sequence of symbols. Also adding basic UI for displaying a player's target sequence. 3 年前
Countdown.cs Pulling the countdown logic out of the GameManager and the LocalLobby; the latter fixes a bug where the countdown would prevent any lobby changes from being pushed from the host, since every from the LocalLobby's OnChanged event would fire. 3 年前
Countdown.cs.meta Pulling the countdown logic out of the GameManager and the LocalLobby; the latter fixes a bug where the countdown would prevent any lobby changes from being pushed from the host, since every from the LocalLobby's OnChanged event would fire. 3 年前
EmoteType.cs New Emote Icons. 3 年前
EmoteType.cs.meta Still partial progress. I have a little handoff going where the client identifies itself to the server and the server responds with an ID to use in further communication. However, I don't think that will actually work since all clients would also need those IDs? I can just send the user ID, which takes up more bandwidth but not dramatically so. Also, this pinpoints the heartbeat for keeping the Relay allocation up. I'm trying to pull out all the job system things, since that both seems like an extra layer of complexity that devs would have to learn and it also isn't, like, *actually* used correctly in the sample? 3 年前
GameManager.cs Merging staging and UI Bugs 3 年前
GameManager.cs.meta Latest Dev and Readme without Vivox 3 年前
InGame.meta Initial network behavior - When entering the InGame state, players will disable menu components and the host will spawn networked objects for the symbols. They can move with Rigidbody physics for all players. Returning to the menu cleans up. Note that this currently only works with a local network connection. 3 年前
LobbyServiceData.cs Validated a couple notes from the previous changeset. Removed error code from the lobby list query since we no longer are provided the HTTP error code directly. 3 年前
LobbyServiceData.cs.meta Latest Dev and Readme without Vivox 3 年前
LobbyServiceDataObserver.cs Pulled in latest Renames from Plastic Branch 3 年前
LobbyServiceDataObserver.cs.meta Latest Dev and Readme without Vivox 3 年前
LobbyUser.cs Primary rejection behavior - A host will reject an incoming client if the lobby is already in the in-game state. Clients will now no longer send data until they are approved, but once approved, connection completes as usual. 3 年前
LobbyUser.cs.meta Latest Dev and Readme without Vivox 3 年前
LobbyUserAudio.cs Vivox Support for Lobby and Relay merge 3 年前
LobbyUserAudio.cs.meta Local User Audio UI hooked into listening for LocalUser.HasVoice. 3 年前
LobbyUserObserver.cs Pulled in latest Renames from Plastic Branch 3 年前
LobbyUserObserver.cs.meta Latest Dev and Readme without Vivox 3 年前
LocalGameState.cs Adding rate limit behavior for the Join button, so it will also fade while within the rate limit for joining lobbies. 3 年前
LocalGameState.cs.meta Latest Dev and Readme without Vivox 3 年前
LocalGameStateObserver.cs Pulled in latest Renames from Plastic Branch 3 年前
LocalGameStateObserver.cs.meta Latest Dev and Readme without Vivox 3 年前
LocalLobby.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 年前
LocalLobby.cs.meta Latest Dev and Readme without Vivox 3 年前
LocalLobbyObserver.cs Bringing in Merge changes to Lobby 3 年前
LocalLobbyObserver.cs.meta Latest Dev and Readme without Vivox 3 年前
ServerAddress.cs Initial network behavior - When entering the InGame state, players will disable menu components and the host will spawn networked objects for the symbols. They can move with Rigidbody physics for all players. Returning to the menu cleans up. Note that this currently only works with a local network connection. 3 年前
ServerAddress.cs.meta Latest Dev and Readme without Vivox 3 年前