Hi guys!
I’m trying to download a whole bundle from a remote server using Addressables.DownloadDependenciesAsync() but whenever I try to enter a key I get an invalid key exception so my question is which key should I use to download the whole bundle in advance from the remote server. I can download a single asset and it works fine but I wanna download the whole bundle in advance because the bundle name, in my case ‘firstdownload’ doesn’t work, it throws an invalid key exception so I’m a little bit confused.
Any help would be appreciated, thanks!