Search Issue Tracker
Fixed
Fixed in 2.3.16
Votes
2
Found in [Package]
2.2.2
Issue ID
ADDR-3782
Regression
No
Custom Asset Provider is being not used when it's selected in Addressable Asset Settings
Reproduction steps:
1. Open the attached “BugRepro” project
2. In the Project window, select “Assets/AddressableAssetsData/AddressableAssetSettings” Asset
3. In the Inspector window, set the Asset Provider and Asset Bundle Provider options to “Custom AssetBundleProvider“
4. In the Addressable Groups window (Window > Asset Management > Addressables > Groups), build the content (Build > New Build > Default Build Script)
5. Build and run the project (File > Build And Run)
6. Observe the Console in the built player
Expected result: “Provide in CustomAssetBundleProvider” messages are logged
Actual result: The messages are not logged
Reproducible with: 2.0.3 (2023.3.0a15), 2.3.0 (6000.0.21f1)
Couldn't test with: 1.22.2 (2021.3.44f1, 2022.3.48f1) (Addressables errors in player)
Reproducible on: Windows 11
Not reproducible on: No other environments tested
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
- Terrain Tree cast Realtime and Baked shadows simultaneously when "Mixed" Light mode and "Subtractive" Baked Illumination is used in Edit mode
- OnPostprocessAllAssets() is not called for a modified Prefab when another Asset is set Dirty in the same callback
- [Android] UIToolkit ClickEvent is fired when the device is rotated
- Compilation errors occur when "uintBitsToFloat(int)" gets used in OpenGLES
- User Reporting does not send reports when Managed Stripping Level is set to Low or higher
Resolution Note (fix version 2.3.16):
Fixed issue where custom asset providers set in Addressable Asset Settings UI aren't being used.