Skip to the content.

Unity Music Visualizer

It is a music shooting game. Basically, it only contains one music atm.

What have I done?

Game Preview

How to play?

  1. Download the MusicVisualizerGame.zip from release page
  2. Unzip the file
  3. Launch UnityMusicVisualizerGame.exe
  4. 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.

  1. Import your music clip to /Assets/Resources/Audio/
  2. Goto /Assets/Scenes and double click MainScene
  3. Select AudioPlayer, which is under MainCamera in the Hierarchy window
  4. Drag the music clip to Audio Clip in Inspector window
  5. 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

Objective

What you will obtain from this JuicyLab?

Useful Links

  1. »Audio Spectrum«

    To define different frequency groups from audio data

  2. »Unity Documentation« for developer

    To find API descriptions and methods

  3. »Itch Game Assets Store« for designer

    A place for designers when they are stuck

  4. »Unity Optimization (Memory Alloc)« for developer

    Unity optimization issues

  5. »Unity Performance Tips« for developer

    Same as (4)