Unity-Technologies / Addressables-Sample

Demo project using Addressables package
1.32k stars 299 forks source link

Sync loading asset, then releasing it and immediately loading a new one results in an error. #25

Open Kolyasisan opened 4 years ago

Kolyasisan commented 4 years ago

Well, I mean that is self explanatory. The error in question is "The AssetBundle 'bundle name' can't be loaded because another AssetBundle with the same files is already loaded".

kirstenpilla commented 2 years ago

Hi @Kolyasisan if the issue is still reproducible in the latest package version, I would recommend submitting a bug through the regular submission process https://unity3d.com/unity/qa/bug-reporting

Also if this helps, Addressables now has an API for synchronous loading https://docs.unity3d.com/Packages/com.unity.addressables@1.19/manual/SynchronousAddressables.html