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
- Tile Palette grid is moved after entering Play Mode
- Tile Palette Edit mode turns off in Play Mode
- The Editor crashes when Generating Font Atlas in the Font Asset Creator with “9999999999” padding and 256x256 Atlas Resolution
- [iOS] An “ArgumentNullException” error is thrown when GetIntroductoryPriceDictionary() method is called
- Font Import Settings documentation page is missing when the documentation button is pressed in the Inspector window
Resolution Note (fix version 2.3.16):
Fixed issue where custom asset providers set in Addressable Asset Settings UI aren't being used.