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
- ScrollView speed is slower when entering Play mode
- UI Builder elements disappear and "Semantic - Unknown template name" error appears when changes to "Template" parameter are saved
- Renderers outside Light Probe hull use incorrect Ambient Probe values when "Renderer Light Probe Selection" is set to "Use Ambient Probe" and "Light Probes" on Mesh is set to "Blend Probes"
- ArgumentNullException error occurs when selecting a Camera in the Hierarchy with the Scene view open
- Clicking 'Open Editor Log' through the Console fails to open redirected Logs when relative Log files exist outside of the Project root
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.