Click or drag to resize

AudioCategoryUnloadAllAudioClips Method

Unloads all AudioClips specified in the subitems from memory.

Namespace:  (Default Namespace)
Assembly:  AudioToolkit (in AudioToolkit.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax
C#
public void UnloadAllAudioClips()
Remarks
You will still be able to play the AudioClips, but you may experience performance hickups when Unity reloads the audio asset
See Also