diff --git a/Assets/Scripts/Util/SoundByte.cs b/Assets/Scripts/Util/SoundByte.cs index 21516caf8..b317d6d6b 100644 --- a/Assets/Scripts/Util/SoundByte.cs +++ b/Assets/Scripts/Util/SoundByte.cs @@ -86,6 +86,7 @@ namespace HeavenStudio.Util { cmnAb.LoadAllAssetsAsync().completed += (op) => { + //TODO: this can be more efficient if we bulk insert foreach (var clip in (op as AssetBundleRequest).allAssets.Cast()) { OnResourceLoaded(clip, clip.name);