Skip to content

Commit fe5e302

Browse files
committed
Fixed NumberedCrate gaze movement, even in VR, using constant delta
Added NumberOrdering game tutorial markers on the SealedCrateStack The Horse now communicates with the Player about his number Game Moved EventSystem under Managers Disabled GazeInputModule only when in the Non-VR Phone mode Uncommented a hidden Cardboard Setup procedure helper
1 parent 96fd388 commit fe5e302

10 files changed

Lines changed: 740 additions & 135 deletions

File tree

Assets/Cardboard/Editor/CardboardMenu.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
public class CardboardMenu {
2020
// Setup wizard
21-
//[MenuItem("Cardboard/Cardboard Setup...", false, 20)]
21+
[MenuItem("Cardboard/Cardboard Setup...", false, 20)]
2222
private static void ModifyExistingCamera() {
2323
// Show helper dialog.
2424
CardboardSetup.ShowWindow();

0 commit comments

Comments
 (0)