Search Issue Tracker
Active
Votes
2
Found in [Package]
1.17.17
Issue ID
1314360
Regression
No
[Addressables] Addressables are not using a Custom AssetBundle Provider when loading assets into the Scene
Reproduction steps:
1. Open the attached project "AddressablesBug.zip"
2. Delete old AddressableAssetsData folder
3. Create AddressableAssetSettings
4. If "Legacy Bundles Detected" window pops up, click Ignore
4. Create MyGroup and assign assets from DLC folder to this group (Cube1, Image1, Material1)
5. Press "Simplify Addressables Names" on each asset
6. Set the Asset Bundle Provider property to Custom AssetBundle Provider for MyGroup
7. Build -> New Build -> Default Build Script
8. Press Play and click the button on the screen
Expected result: The cube is loaded in the Scene
Actual result: The cube does not load, these errors pop up:
"ArgumentException: The Object you want to instantiate is null." 'UnityEngine.ResourceManagement.Exceptions.UnknownResourceProviderException' was thrown., ProviderId=UnityEngine.ResourceManagement.ResourceProviders.AssetBundleProvider "
Reproducible with: 1.14.2 - 1.17.17 (2019.4.25f1, 2020.3.7f1, 2021.1.8f1, 2021.2.0a17)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Text overlap and is unreadable in Inspector > Terrain Paint Texture after creating new Terrain Layer
- Event "XRInputSubsystem.trackingOriginUpdated" triggers twice when recentering the view
- UITK TextField value is overwritten incorrectly by the converter result when Binding Mode is set to "To Source"
- Out of memory crash when selecting more than 80000 Assets simultaneously
- UI Toolkit Button text is not rendered when the Button has fixed height with specific Icon font
Add comment