Search Issue Tracker
Fixed
Votes
0
Found in [Package]
1.5.1
1.6.2
Issue ID
ADDR-1044
Regression
No
[Addressables] Exception encountered in operation Resource<IAssetBundleResource> after upgrading and building the Project
How to reproduce:
1. Open the attached "AddressablesBug.zip" project on 2020.1.0a25
2. Build Default Addressables group (Window > Asset management > Addressables > Groups > Build > New Build > Default Build Script)
3. Build and Run the Project on Android (you should see a canvas with "Success" word in it)
4. Upgrade the same project to 2020.1.0a26
5. Build Default Addressables group (Window > Asset management > Addressables > Groups > Build > New Build > Default Build Script)
6. Build and Run the Project on Android
Expected Behavior: Canvas with "Success" is shown
Actual Behavior: Nothing is loaded
Reproducible with(Unity Versions): 2019.3.4f1, 2020.1.0a26
Reproducible with(Package Versions): 1.5.1, 1.6.2
Could not test with 2017.4, packages do not exist, also, could not test with 2018.4 as addressables do not seem to work on that version(getting tons of exceptions)
Reproduced devices:
VLNQA00115, Sony Xperia Z3 (D6603), Android 6.0.1, CPU: Snapdragon 801 MSM8974AC, GPU: Adreno (TM) 330
VLNQA00316, Samsung Galaxy Note10 (SM-N970F), Android 9, CPU: Exynos 9 Series 9825, GPU: Mali-G76
Note: This behavior is only reproducible the first time you upgrade and start an app. In order to reproduce it again, you need to repeat the steps above. I was not able to reproduce the issue on other platforms, windows work fine. Added log.txt that shows a logcat of an android device.
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
- Test Runner’s vertical scrollbar overlaps with the up and down arrows and upper toolbar tabs when the window is minimized
- The Input Field view is not updated when deleting lines of text
- The scrollbar does not respect empty lines in the Input Field
- “Texture Atlas Viewer“ button text overlaps another button when the UI Toolkit Debugger is narrowed
- Thresholds are no longer automatically calculated after deleting Motion fields in Blendtrees
Resolution Note:
it was a caching issue which was fixed by ADDR-1039