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
- Player settings icons are not retrieved when using "PlayerSettings.GetIcons" method on PS4, PS5, Xbox
- Changes of MaterialPropertyBlock via Script reset when Sprite Renderer.Color is changed in animation
- Frame Debugger flickers when a Shader Graph Window is open
- [Linux] Poor performance in the Editor when processing input events in "OnGUI" function
- [HDRP] Water displacement fades when camera move far in worldspace.
Resolution Note (fix version 2.3.16):
Fixed issue where custom asset providers set in Addressable Asset Settings UI aren't being used.