SwordPistolVR game in Unity
This repo contains SwordPistolVR game which has been built in Unity3D using Oculus Integration Toolkit. This game is similar to popular Beat Saber game available in the Quest. In this game two types of cubes will be coming toward the player, and the player needs to either shoot or slice with the controllers, and the score will increase. Ezy-Slice has been used to create the slicing animation of the cube.
- GameEngine: Unity3D 19
- Tech Stack: C#
- Packages: Oculus Integration Toolkit, ezy-slice
The./Recordings
folder contains several recordings during the game play. You can check the following youtube video below which shows a demo of playing the game in Oculus Quest 2
- Clone this repo and open the project in Unity 19.
- Please go to the IRONHEAD Games located within Assets folder and open the LobbyScene.
- Play the LobbyScene. After LobbyScene is loaded, the GameScene will start automatically.
This project has been inspired by the VR Development course of Tevfik. Happy Learning!