public static string ActiveId { get; }
Gets the id of the active clip being played.
private void OnEnable() { Debug.Log(MusicManger.ActiveId); }