Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
1.19.19
Issue ID
ADDR-2683
Regression
No
[Addressables] Unable to load runtime data when executing Test Runner with PlayerPrefs.DeleteAll()
How to reproduce:
1. Open the user's attached project "Addressables Error.zip"
2. In the Test Runner window double-click "ClearPlayerPrefsInUnitySetup" (accessible through Window > General > Test Runner)
3. Observe the Console window
Expected result: Test runs without errors
Actual result: "Unable to load runtime data" error occurs
Reproducible with: 1.18.19 (2019.4.48f1, 2020.3.33f1), 1.19.19 (2019.4.48f1, 2020.3.33f1, 2021.2.19f1, 2021.3.1f1, 2022.1.0b16, 2022.2.0a10)
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
- Default Preset application and Reset() method execution order is different when adding a Component via the Inspector versus calling Reset via the Component context menu
- Scene view is not outputting HDR when the "Use HDR Display Output" option is enabled, DX12 is selected as the Graphics API, and URP/HDRP is in use
- Sprite Atlas results in suboptimal packing even when "Allow Rotation" is enabled
- References placed in a UnityEvent change to the same reference when multi-selecting their GameObjects
- "ShadowCaster2D" Component doesn't work when the "Casting Source" is set to "Polygon Collider 2D"
Resolution Note:
This really just needs to be documented. Addressables saves data needed for runtime loading in the PlayerPrefs. Deleting everything in the PlayerPrefs will cause issues for Addressables.