您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Jacob Stove Lorentzen c02f4862 Glyph despawn animations for enemies and yourself. 3 年前
..
InGameLogic.prefab Glyph despawn animations for enemies and yourself. 3 年前
InGameLogic.prefab.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 年前
IntroAnimation.anim 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.). 3 年前
IntroAnimation.anim.meta Adding a basic intro to the minigame. 3 年前
IntroOutroAnimator.controller 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.). 3 年前
IntroOutroAnimator.controller.meta Adding a basic intro to the minigame. 3 年前
OutroAnimation.anim 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.). 3 年前
OutroAnimation.anim.meta 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.). 3 年前
PlayerCursor.prefab Cleaning up some comments for clarity. I've also removed NetworkTransform from the cursor since we're managing the positions with a NetworkVariable, and renamed some methods. 3 年前
PlayerCursor.prefab.meta Players have cursors that they control that will collide with symbol objects. On a click, the host checks for proximity to a symbol object and "destroys" one if it was clicked on. 3 年前
SymbolContainer.prefab Fixing the issue where symbols would sometimes drift on clients before snapping to the correct position - Having the symbol container not interpolate, and having the symbol objects interpolate, but *not* having the objects in Local Space, makes it so they do drift initially but they all return to the correct locations once motion starts. I'm also removing rotation and scale from sync since we don't need them. 3 年前
SymbolContainer.prefab.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 年前
SymbolData.asset star grid update and wobbly border 3 年前
SymbolData.asset.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 年前
SymbolObject.prefab Symbol Clicked death 3 年前
SymbolObject.prefab.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 年前