Skip to content

Instantly share code, notes, and snippets.

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
// This is how you use it. Basically just request AudioPeer.bandBuffer[i]
public class AudioBars : MonoBehaviour
{
public List<GameObject> bars = new List<GameObject>(8);