Using C# in Unity and SteamVR, I created a Star Wars game where the player remains stationary and deflects lasers coming from an infinite spawn of astromech droids. I obtained most of the assets from the Unity Asset Store and sketchfab.com, a few of them I created myself using planes, boxes, capsules, and combining downloaded assets. I designed all three scenes and the gameplay level and its layout. I wrote all of the code that makes up this game. There are too many scripts to display them all here, so instead I have taken a video of the game with a win scenario and a loss scenario and separated it into smaller videos so you can view the parts for which you are most interested.
This first video shows the opening scene to the game (Classic flying Star Wars text, but in VR).
This next video shows the game’s objective and controls.
The following video shows the scoring and credits to the game as well as how the player begins the game.
The win scenario had to be sped up and split into multiple videos due to upload size. These two videos show the win scenario at 2x speed.
This last video shows the lose situation at normal speed. The C# code for the flickering text screen follows thereafter.