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
- Getting a deprecated package for JetBrains Rider pop up when opening or creating a project
- [Android] Volume level of the same audio file is different on Samsung Galaxy Tab A8 between 2023.3.0b3 and 2023.3.0b4
- ‘Expected end of value’ warning occurs when a property declaration includes five or more variable references
- Crash on BurstCompilerService::CompileAsync when entering Play mode in a specific scene
- InvalidOperationException when using Game Camera Preview in Scene window with a custom RenderGraph pass
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.