Audio file compression in Unity
Scriptable audio pipeline
Import audio files into Unity
Import audio files into your Unity project to include custom sounds in your Unity applications.
For a list of the various audio file types Unity supports, refer to Audio files.
There are multiple ways to import an audio file into your Unity project. Choose one of the following:
Import an audio file via the menu
To use the menu to add your audio file to Unity:
- In the menu, select Assets > Import New Asset.
- Locate and select your audio file.
- Select Import.
Unity imports your audio file into your project as an Audio Clip.
Import an audio file via click-and-drag
- Locate your file in your file directory outside of Unity.
- Click and drag your file into your open Unity project Project window.
Unity imports your audio file into your project as an Audio Clip.
Additional resources
Audio file compression in Unity
Scriptable audio pipeline