UnityAudioVisualizer icon indicating copy to clipboard operation
UnityAudioVisualizer copied to clipboard

Audio Visualizer in Unity.

Unity Audio Visualizer

Demo

What does this package contains??

This is a package than handles audio processing and visualization. Anyone can use this package in any way they want as long as they credit the author(s) and also respect the license agreement.

Audio Visualizer

The audio visualizer is made using custom VFX Graph and custom Shader (Wireframe Shader). It also utilizes Unity's Job System and Burst Compiler to manipulate each triangles of the mesh of the audio visualizer.

How to use?

This package only supports the Universal Render Pipeline. Unity's Job System and Burst Compiler must also be installed in order for this package to function.

  1. Setup a project with URP as it's SRP.
  2. Install Unity's Job System and Burst Compiler from the Package Manager.
  3. Clone this repository and the Unity Util repository into your project's Packages folder.
  4. And you are ready to go!

Support the project!

patreon kofi

License

This repository as a whole is licensed under the GNU Public License, Version 3. Individual files may have a different, but compatible license.

See license file for details.