Search Issue Tracker
Fixed in 2022.1.X
Votes
0
Found in
2021.2.0a19
2021.2.0b1
Issue ID
1343598
Regression
Yes
[HDRP] NullReferenceException in UnityEditor.PreferencesProvider.WriteRecentAppsList after clicking Clean GI Cache button
Steps to repro:
1. Create the new HDRP project and open SampleScene;
2. In the Preferences window (Edit>Preferences) go to GI Cache tab;
3. Click Clean Cache button.
Expected result:
GI cache is cleared without errors in the Console.
Actual result:
Error:
"NullReferenceException: Object reference not set to an instance of an object
UnityEditor.PreferencesProvider.WriteRecentAppsList (System.String[] paths, System.String path, System.String prefsKey) (at <ca192453d8394227952a14f40675979e>:0)"
is shown. See attached video.
Notes:
- Reproducible in 2021.2.0b1, 2021.2.0a19;
- Not reproducible in Version 2021.2.0a18, 2021.1.13f1;
- Reproducible on Windows;
- Reproducible in HDRP; could not repro in built-in RP and URP.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Unity CIL Linker fails on Player build when persistent listeners have "<" and ">" in their XML attribute names
- ”Lighting data asset ‘LightingData’ is incompatible with the current Unity version…” warnings are thrown when saving Indoors (URP) and Outdoors (URP) Scenes as Scene Templates
- [iOS] The screen blinks when transitioning from custom to Unity splash screen
- [macOS] ”Ignoring depth surface load action as it is memoryless” warnings are thrown when taking Game View Snapshot
- UI Builder Inspector scrolls back up when changes on an expanded but not fully displayed Inspector tab are saved
Add comment