med-material / Whack_A_Mole_VR

Whack-A-Mole in VR
MIT License
3 stars 15 forks source link

Debugging Controls #280

Closed ElMarchand closed 7 months ago

ElMarchand commented 9 months ago

Allow users to interact with the game even without a VR headset for development purposes.

Controls (0)

Current controls to play the game:

Fixes Add Debugging Controls (keyboard/mouse) when no VR is present #278

New pull request due to an error on my last one, which I deleted since.

ElMarchand commented 8 months ago

@bastianilso I pushed a new version, here are the changes :

BasicPointer.cs

MainScene.unity

My second push today was to correct a part that I forgot to delete in the previous commit.

bastianilso commented 8 months ago

@ElMarchand thanks for pushing the new changes. Currently the branch contains 3 commits, can you squash them to 1 commit? Thanks.