Challenge 2: Create 3D and 2D Audio

Tutorial

·

Beginner

·

+10XP

·

15 mins

·

(163)

Unity Technologies

Challenge 2: Create 3D and 2D Audio

Learn to configure 3D audio in the scene to emulate characteristics of real world audio.

Languages available:

1. Spatializing Audio

To make the Car audio spatialized, in the Car’s Inspector;

  • Set the Spatial Blend to 3D. To customize how far the sound travels in the scene, adjust the 3D Sound Settings so the Volume Rolloff is Linear on the Car’s Audio Source.

The AudioSource_Music can remain 2D as it does not have a specific location in the scene. Adjust the Volume of the Audio Source to your liking.

Complete this tutorial