public static AudioClip ActiveClip { get; }
Gets the audio clip that is currently being played.
private void OnEnable() { Debug.Log(MusicManger.ActiveClip); }