Interface audio

Hi, i already have an experience but my client ask for background music playing and looping during all experience navigation between scene navigation.
audio asset only support scene handle, i need some kind of global asset audio or similar to get music background playing continously during all experience navigation.
somebody have an idea?

Hello and welcome to the community @salvatorres,

If you would like to have audio continuously play even when navigating between scenes, you will need to put the audio asset in an Experience layer.

image

An experience layer is used on every scene, unless you exclude it from the scene.

If you want the music to loop back to the beginning of the audio when it is done you will want to check the Play loop option in the audio asset properties.

-Ryan

2 Likes

Thanks, ill try it right now…