public static bool IsTransitioning { get; }
Gets if the music manager’s current playing is in the middle of a transition or not.
private void OnEnable() { if (!MusicManager.IsTransitioning) { // Do Stuff... } }