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.
(Known issue that I just found: It looks like having three players doesn't allow one to join. Will investigate.)
|
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 年前 |
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
|
120aeb08
|
Changing the InGame namespace/directory to NGO for clarity.
|
3 年前 |
nathaniel.buck@unity3d.com
|
12a7518e
|
Adding a basic intro to the minigame.
|
3 年前 |
nathaniel.buck@unity3d.com
|
26cfa9d6
|
Adding in BSP generation to select spawn positions for the symbols.
|
3 年前 |
nathaniel.buck@unity3d.com
|
d3a2da52
|
Addressing remaining TODOs (which are all either outdated, handled in other changesets, or captured as a work item). Also addressing a couple compiler warnings -- one to suppress when DTLS isn't available and one for a deprecated Relay API.
|
3 年前 |
Jacob Stove Lorentzen
|
07363e52
|
merge and inGameRunner update to use collider for area.
|
3 年前 |
nathaniel.buck@unity3d.com
|
80a98484
|
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 年前 |
Jacob Stove Lorentzen
|
f63b493c
|
Brought in latest staging changes.
|
3 年前 |
Jacob
|
06dea12e
|
renamed the namespace
Renamed the namespace
added a popup for when the user forgets to input their project settings
|
3 年前 |
UnityJacob
|
a5704e9b
|
feat: rest of the lifecycle working
- back button
-Symbol Hints
- Messenger and Locator Reliance removal
|
2 年前 |