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
- [Happy Harvest] #ThunderLabel text is "\u26C8" instead of "⛈"
- Warning “New Sprite Atlas: There is a mismatch in secondary textures of sprites compared to WhiteUnit, wasting texture space and potentially break draw call batching. Affected Sprites are (Flag)“ is thrown when packing Atlas with Sprite Atlas V2
- Sprite Editor dropdown text is cut-off for options with longer text
- Sprite Editor can't be scrolled horizontally using the trackpad gesture
- BRG picking skips BatchDrawCommandProcedural when selecting the GameObject in the scene
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.