I am having problems with downloading assetbundles.
I get the error:
The asset bundle 'url/levelpackIphone-Copy.unity3d' can't be loaded because
another asset bundle with the same files are already loaded
I need to check if the asset bundle has already been downloaded. My problem is that I cannot just store the URL, because the file you download can have a different name, but still contain the same content.
Thus somehow I need to check whether the asset bundle already has been downloaded. I don't really like to use something like
bundle.Unload(false);