Skip to content

Instantly share code, notes, and snippets.

@silenciocorner
Created April 8, 2021 12:23
Show Gist options
  • Select an option

  • Save silenciocorner/ca7bb6584a4fc7822886f86b6e518171 to your computer and use it in GitHub Desktop.

Select an option

Save silenciocorner/ca7bb6584a4fc7822886f86b6e518171 to your computer and use it in GitHub Desktop.
BeatmapFirstFramework from Colin Vandervort article "FMOD Unity: Beat-Mapping"
using UnityEngine;
using System;
using System.Runtime.InteropServices;
using FMODUnity;
public class MusicManager : MonoBehaviour
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment