Fading audio in Unity often seems to get over complicated, so I tested all of the methods to work out which one was the best. Here’s what I found out.
Terrain Footsteps in Unity (how to detect different textures)
Learn how to use dynamic footsteps on terrain, how to detect a texture mix at position and use it to swap out footstep SFX.
VR Sound Design in Unity (Getting Started Guide)
Learn how to set up Ambisonic Audio and Spatial Audio in Unity to create immersive audio for VR games.
How to Queue Audio Clips in Unity (the Ultimate Guide to PlayScheduled)
Learn How to queue up Audio Clips (seamlessly), make dynamic music & beat-match audio in my ultimate guide to PlayScheduled in Unity.
The right way to make a volume slider in Unity (using logarithmic conversion)
A simple method for creating a UI volume control in Unity that actually works: using a slider and a simple logarithmic conversion.