Skip to content

lknstanley/UnityMusicVisualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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?

  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

  • 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

  1. >>Audio Spectrum<<

To define different frequency groups from audio data

  1. >>Unity Documentation<< for developer

To find API descriptions and methods

  1. >>Itch Game Assets Store<< for designer

A place for designers when they are stuck

  1. >>Unity Optimization (Memory Alloc)<< for developer

Unity optimization issues

  1. >>Unity Performance Tips<< for developer

Same as (4)