Unity Addressables Support

Hi. I’m trying the new Addressables feature (which is an upgrade from AssetBundles), and I was wondering what’s the right way to load sound banks. I also want to stream them instead of loading all into memory.

For assetbundles, you can just download new files into a custom folder and pass the new path, but for addressables, new data download happens in background so you don’t have access to that.

Does any of you have experience loading soundbanks from addressables?

Thank you in advance.

Currently the integration does not support Addressables.

I have added a task to investigate this further and add support for Addressables in a future release.

I understand. I hope you can add addressables support soon.
Thanks.