From 2a182aadaae18b5da6d077c064f5d0e132b23060 Mon Sep 17 00:00:00 2001 From: minenice55 Date: Wed, 7 Feb 2024 00:03:53 -0500 Subject: [PATCH] note --- Assets/Scripts/Util/SoundByte.cs | 1 + 1 file changed, 1 insertion(+) 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);