Hi! How can I insert a simple music in level, to play always?
Create an Empty Game Object, add an Audio Source component, select the audio file to play ,
select (default) Play On Awake and Loop if desired. The audio file must already be in your project.
It’s not even that complicated. Just drag the audio file from the Project pane to the Hierarchy pane.
Hmmm, never knew that.
Works! Thx.