anedumgottil / VR-Mazmorra

Procedurally generated VR Dungeon
Apache License 2.0
1 stars 0 forks source link

Player Pause Screen #26

Open anedumgottil opened 6 years ago

anedumgottil commented 6 years ago

Should have 'ESC' functionality where the player is able to pause the game.

The player should be able to exit and/or reset the game from here.

apodgo2 commented 6 years ago

Sounds good, it would be great to be able to pause the game.

This would also require us to get a GUI working in VR, which means we'd need to create some sort of floating GUI elements thing that the player can see, since we can't use the default Unity GUI libraries as we won't be displaying 2D elements to a 2D screen.

We could use the Menu Button event from VRTK to trigger it.

We will definitely need a full HUD for the player eventually, so this is a great first step towards that