Music.... when loading new scene

Hi
Is it possible to play music all game long even when I’am changing a scene.
I mean… main menu (scene 0) music is playing , nice fade in , music is still playing , loading scene 1, fade out , music is playing all the time…

It is indeed. Just make sure the object which does the playing of the music does not get destroyed when you load new scene. Either load with additive or state ‘DontDestroyOnLoad’ in the scripts attached to objects you wish to survive level loading.

Cool empty with audio source works fine.
Thank you mtoivo