Unity Music Visualizer
It is a music shooting game. Basically, it only contains one music atm.
What have I done?
- Audio data analsting
- Object instantiate
- Event-based triggering system
Game Preview
How to play?
- Download the
MusicVisualizerGame.zip
from release page - Unzip the file
- Launch
UnityMusicVisualizerGame.exe
- Click
Play!
How to use another music clip?
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!
Bug or Issues?
If you are facing something unexpected, please leave an issue here. I will try to respond ASAP.
JuicyLab Description
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
- »Audio Spectrum«
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)