Search Issue Tracker
Fixed
Votes
2
Found in [Package]
1.18.11
Issue ID
ADDR-2281
Regression
Yes
[Addresables] "Unable to load dependent bundle from location" error is thrown when custom Bundle Asset Provider Type is used
How to reproduce:
1. Open the user's attached "Test.zip" project
2. In the Project window select the "Default Local Group_BundledAssetGroupSchema" Asset (Found in the Assets/AddressableAssetsData/AssetsGroups/Schemas folder)
3. In the Inspector set the "Bundle Asset Provider Type" to "Custom AssetBundle Provider"
4. Open the Addressables Groups (Window->AssetManagement->Addressables->Groups)
5. In the Addressables Groups select Play Mode Script->Use Existing Build
6. In the Addressable Groups select Build->New Build->Default Build Script
7. Enter the Play Mode
Expected results: No errors are thrown, the "Prefab" GameObejct is instantiated
Actual results: The "System.Exception: Unable to load dependent bundle from location" error is thrown, the "Prefab" GameObject is not instantiated
Reproducible with: 1.18.11, 1.19.4 (2019.4.30f1, 2020.3.19f1, 2021.1.22f1, 2021.2.0b13, 2022.1.0a10)
Not reproducible with: 1.18.9 (2019.4.30f1, 2020.3.19f1, 2021.1.22f1)
Comments (3)
-
glenneroo
Feb 09, 2022 04:04
Having this issue with 2021.2.10f1 and Addressables 1.19.17.
-
RYL123
Nov 03, 2021 03:59
I encountered the same problem,and I couldn't find solution by google “Unable to load dependent bundle from location”.
It’s worth noting that I had no problem using version 1.16.19, but this problem only appeared when I upgraded to 1.18.16. -
Bart-Verdonck
Oct 28, 2021 12:18
is there any workaround for this issue?
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Warnings in the Bug Reporter window are cut off and not truncated when the Bug Reporter window is resized to its minimum size
- Color is incorrectly applied to objects when initialized with non-normalized parameters
- SerializationUtility.GetManagedReferencesWithMissingTypes() don't return null when “Prefab has missing SerializeReference Types“ warning banner is present
- Memory leak when VFX Graph is open and Camera has "Target Texture" enabled
- The Canvas component's warning box is missing an apostrophe when Additional Shader Channels is set to "Normal" and "Tangent" with Render Mode set to "Screen Space - Overlay"
Resolution Note:
Duplicate of ADDR-2279