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
- Any small change in UI Builder Inspector refreshes Editor Inspector
- Inaccurate Box Collider boundaries on a rotated child Cube when the parent GameObject Scale is non-uniform
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- Global Scenes are not included in the Build when building multiple Build Profiles at the same time
Resolution Note:
it was a caching issue which was fixed by ADDR-1039