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
- Foldout arrow indent is misaligned in the Inspector when used in Custom Type
- [Android] The Player screen turns black when playing a video under certain conditions
- Search window icons at the bottom are cut off when Search window is resized vertically
- "Try something else?" text label is cut off when searching for a long text in the Search window
- Rendering Debugger window sections do not have a minimum width set when resizing with the slider in the middle of the window
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.