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
- UI Toolkit World UI Text Field unfocuses immediately when clicking on it using XR Controller
- Crash on CallWindowProcW when entering Play mode for the second time and running the Editor in the background while using System.Windows.Forms functions
- 2D Freeform Light shadows disappear when light center is offset from shape bounds
- Crash on MarkAllDependencies when opening scenes with Assets from the YarnSpinner package
- Crash on CollectAllSceneManagerAndObjectIDs when opening a specific Scene
Add comment