It is a music shooting game. Basically, it only contains one music atm.
- Audio data analsting
- Object instantiate
- Event-based triggering system
- Download the
MusicVisualizerGame.zip
from release page - Unzip the file
- Launch
UnityMusicVisualizerGame.exe
- Click
Play!
In the current stage, you can not change the music clip in runtime. To change the music clip, please follow the steps listed below.
- Import your music clip to
/Assets/Resources/Audio/
- Goto
/Assets/Scenes
and double clickMainScene
- Select
AudioPlayer,
which is underMainCamera
in the Hierarchy window - Drag the music clip to
Audio Clip
in Inspector window - Click
Play
and enjoy it!
If you are facing something unexpected, please leave an issue here. I will try to respond ASAP.
Background
- Title: Music Game / Music Visualizer
- Prototype:Watch Video
- Download:Unity Audio Analysiser
- Demo (Music Visualizer):Download
Objective
- To create your own MUSIC GAME OR MUSIC VISUALIZER
What you will obtain from this JuicyLab?
- Know more about audio data
- Innovation
- Know more about the 3D world
- You will know how to develop a game and what you need to notice.
Useful Links
To define different frequency groups from audio data
- >>Unity Documentation<< for developer
To find API descriptions and methods
- >>Itch Game Assets Store<< for designer
A place for designers when they are stuck
- >>Unity Optimization (Memory Alloc)<< for developer
Unity optimization issues
- >>Unity Performance Tips<< for developer
Same as (4)