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.
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.
This package only supports the Universal Render Pipeline.
External dependencies:
- VX Util (UnityUtil)
- Setup a project with URP as it's SRP.
- Clone the UnityUtil repository into your
Packages
folder. - Clone this repository into your
Packages
folder. - And you are ready to go!
This repository as a whole is licensed under the Apache License 2.0. Individual files may have a different, but compatible license.