Created
April 8, 2021 12:23
-
-
Save silenciocorner/ca7bb6584a4fc7822886f86b6e518171 to your computer and use it in GitHub Desktop.
BeatmapFirstFramework from Colin Vandervort article "FMOD Unity: Beat-Mapping"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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