Immersion Starts with Sounds

<p>Music and sound effects are a very important part of the immersive video game experience. The music helps set the mood of the game, from tension or excitement in action-packed sequences to calm and serenity in more tranquil settings. Music can elicit emotional responses from the player enhancing the experience. Sound effects provide feedback to the player and add realism to the game, helping to firmly root the player in the game environment.</p> <p>For this game, I start with the background music. Once again, Unity makes this process simple. I create an empty GameObject and rename it&nbsp;<strong>Audio_Manager</strong>. I then click on&nbsp;<strong>Audio_Manager&nbsp;</strong>and create another empty GameObject here and rename it&nbsp;<strong>Background</strong>. I add the&nbsp;<strong>Audio Source&nbsp;</strong>component.</p> <p><img alt="" src="https://miro.medium.com/v2/resize:fit:770/1*sF48S8trPB5CrjLZLW29ag.gif" style="height:675px; width:700px" /></p> <p>I then attach my&nbsp;<strong>music_background&nbsp;</strong>file to the&nbsp;<strong>AudioClip</strong>. It is automatically set to&nbsp;<strong>Play On Awake</strong>&nbsp;so the music starts as soon as the scene loads. Also make sure&nbsp;<strong>Loop</strong>&nbsp;is checked so the music continues to play on loop.</p> <p><a href="https://medium.com/@sherryw17/immersion-starts-with-sounds-6e4470f91b2a"><strong>Visit Now</strong></a></p>