October 2016
Beginner
506 pages
10h 1m
English
To have audio in your scene you need at least two objects: an audio source and an audio listener. The audio source is the object that emits the sound and the audio listener is the object that receives the sound.
Any object in your scene can be turned into an audio source or listener by attaching the corresponding component to it. However, you will notice that the Main Camera always comes with an Audio Listener component automatically added to it when a new scene is created. The following screenshot shows the Inspector for the Main Camera from our BattleScene:

Since we will be working in a 2D game the object that ...
Read now
Unlock full access