private void Awake() { Instance = this; activeMusic = LoadedClips.Instance.selectedTrack.clip; beatManager.SetClip(activeMusic); }