Recall & Review
beginner
What is 3D spatial audio in Unity?
3D spatial audio is a way to make sounds feel like they come from specific places in a 3D space, so you hear them differently depending on where you are and where you face.
Click to reveal answer
beginner
Which Unity component is used to make a sound 3D spatial?
The AudioSource component. When you enable 3D spatial blend on it, the sound changes based on the listener's position.
Click to reveal answer
beginner
What role does the AudioListener play in 3D spatial audio?
AudioListener acts like the ears in the scene. It hears sounds from AudioSources and applies 3D effects based on its position and rotation.
Click to reveal answer
intermediate
How does the 'Spatial Blend' setting affect sound in Unity?
Spatial Blend controls how much a sound is 3D or 2D. 0 means fully 2D (same volume everywhere), 1 means fully 3D (volume and direction change with position).
Click to reveal answer
intermediate
What is the purpose of 'Min Distance' and 'Max Distance' in 3D audio settings?
Min Distance is how close you need to be to hear the sound at full volume. Max Distance is how far the sound can be heard before it fades out completely.
Click to reveal answer
In Unity, which component must be attached to an object to hear 3D spatial sounds?
✗ Incorrect
AudioListener acts like the ears in the scene and is required to hear any audio, including 3D spatial sounds.
What does setting the Spatial Blend of an AudioSource to 1 do?
✗ Incorrect
Spatial Blend at 1 means the sound is fully 3D and changes based on listener position.
Which setting controls how far a 3D sound can be heard before it fades out?
✗ Incorrect
Max Distance sets the farthest distance at which the sound can be heard.
If you want a sound to be heard the same volume everywhere, what Spatial Blend value should you use?
✗ Incorrect
Spatial Blend 0 means the sound is 2D and does not change with position.
What happens if there is no AudioListener in the scene?
✗ Incorrect
Without an AudioListener, no audio can be heard in the scene.
Explain how 3D spatial audio works in Unity and the roles of AudioSource and AudioListener.
Think about how your ears hear sounds differently depending on where you are.
You got /4 concepts.
Describe how you would set up a sound in Unity to make it feel like it comes from a specific spot in the game world.
Focus on the components and settings that control 3D sound.
You got /4 concepts.