Unity Audio Visualizer
October 17, 2022 ยท View on GitHub

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.
Installation
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
Packagesfolder. - Clone this repository into your
Packagesfolder. - And you are ready to go!
Support the project!
Join the community!
License
This repository as a whole is licensed under the Apache License 2.0. Individual files may have a different, but compatible license.