24 次代码提交 (3b6a28a2-67e2-44b5-b8b1-bbfc7bab779f)

作者 SHA1 备注 提交日期
nathaniel.buck@unity3d.com 5f41201b 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 年前
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 年前
nathaniel.buck@unity3d.com e429e5b7 Shifting the target sequence tracking to the host. Adding in scores and UI for them. These both warranted shifting some of the input handling to stay on the host, so that anything that involves validating input and awarding points is serverside. 3 年前
Jacob Stove Lorentzen 27468666 Added starfield background to GameLogic prefab 3 年前
nathaniel.buck@unity3d.com 2e0ba992 Adding logic for correctly disconnecting all players when the game ends, with some esoteric fixes (setting IsLocalSpace for the SymbolObject transforms so the client can interpolate them correctly, ensuring clients are disconnected before the host). 3 年前
Jacob Stove Lorentzen be97930c Renamed icon Folder 3 年前
Jacob Stove Lorentzen bfb28426 Cursor click effect Stopping point. (does not show on the game camera yet?) 3 年前
nathaniel.buck@unity3d.com 907d4de4 Merge from symbol_game_art (which, probably gonna really muddle the merge back to staging when that happens, but that branch appears largely fine, aside from some minor incompatibilities with this branch that I will fix). 3 年前
nathaniel.buck@unity3d.com 775e3c80 Integrating the art assets into the logic. The cursor appears with particles as intended with the correct layering, and the icons appear within the masked space backgrounds. 3 年前
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 年前
nathaniel.buck@unity3d.com 3ab83828 Oh, just removing the starfield prefab since it's only used in the InGameLogic prefab. 3 年前
nathaniel.buck@unity3d.com 12a7518e Adding a basic intro to the minigame. 3 年前
nathaniel.buck@unity3d.com 3c745e1e Adding in nameplates to player cursors, so that player names are shown except for that of the local client. Adding a networked data store to live on the server, since we'll need to retrieve the names for the end-of-game UI as well. 2 年前
nathaniel.buck@unity3d.com ca5164bb A couple things: 2 年前
nathaniel.buck@unity3d.com 26cfa9d6 Adding in BSP generation to select spawn positions for the symbols. 2 年前
nathaniel.buck@unity3d.com 5b2e7b8c Adding an outro sequence that shows the scores briefly before returning to the lobby. Adding basic UI layering for the minigame assets (target sequence renders over everything, cursors and names render over everything else, etc.). 2 年前
Jacob Stove Lorentzen 07363e52 merge and inGameRunner update to use collider for area. 2 年前
Jacob Stove Lorentzen 738cecc7 Symbol Clicked death 2 年前
Jacob Stove Lorentzen 6ff3f41d removed redundant prefabs from ingamelogic prefab 2 年前
Jacob Stove Lorentzen c02f4862 Glyph despawn animations for enemies and yourself. 2 年前
Jacob Stove Lorentzen e876c95b NGO Error spam Fix. 2 年前
Jacob Stove Lorentzen 8289ca0d Project version update and packages. 2 年前
Jacob Stove Lorentzen 2ea6c8bc BROKEN ( New NGO NetworkManager pattern causes initialization issues) 2 年前
UnityJacob a5704e9b feat: rest of the lifecycle working 1年前