Search Issue Tracker
Fixed
Votes
0
Found in [Package]
1.5.0
Issue ID
ADDR-1116
Regression
Yes
Addressables.LoadAssetsAsync AsyncOperationHandle.Result is null if at least one Asset fails to load
Steps to reproduce:
1. Open the attached project (case_1227349.zip)
2. Open SampleScene
3. Enter Play Mode
Expected result: No exception is thrown and "Results list is null" is not printed (Only the Asset that failed to load was discarded)
Actual result: Exception is thrown and "Results list is null" is printed to the Console (Successfully loaded Assets are discarded)
Reproduced in: Addressables 1.5.0 (2019.3.7f1, 2020.1.0b4), Addressables 1.7.5 (2020.2.0a5)
Not reproducible in: Addressables 1.4.0 (2018.4.20f1) and older
Could not test with: 2017.4.39f1 (Addressables unavailable)
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
- Render Graph Viewer is not displaying Imported Resources when it’s the only selected item in Resource Filter selection
- The TextMeshPro input field gets cleared when characters are entered using a Japanese keyboard layout and a suggestion is selected from the composition string window
- Render Graph Viewer window cannot be scrolled when mouse is hovering over the resources or passes
- [Android] A light cookie is not rendered when the Render Texture attached to it has Anti-aliasing set to enabled
- Canceling UI Document closure opens a UXML file in code Editor when opening the UI Document which is already opened in UI Builder
Resolution Note:
details in comments and PR: https://github.cds.internal.unity3d.com/unity/Addressables/pull/437