Drum Heaven
Drum Heaven was my first VR project for the meta quest 2/3. It is a beat saber inspired rhythm game that I made with Silver.
I had a lot of fun developing this game since I learned a lot and made a game in a genre that I personally enjoy.
Game Trailer
In this project I learned to import and use a different library for a unity project. I used the DryWetMIDI library to make an algorithm that generates a beatmap based on the MIDI file imported. You can see more about that algorithm in my code snippet below.
Since we wanted to have the full drum experience, I also added an external pedal to our setup. You can use the pedal as the kick.
I also made sure the kick is usable with the controllers.
Code Snippet
~ Github ~
You can find most of my work in the scripts folder. I have not made anything that is inside the “Silver Scripts” folder