Search Issue Tracker
By Design
Votes
0
Found in
5.5.0b2
Issue ID
831905
Regression
No
EditorPrefs.GetString's default value can not be null
To reproduce:
1. Open attached project
2. Press Window > Test EditorPrefs.
Alternatively, put this line in a script and run it: Debug.Log (EditorPrefs.GetString("UNDEFINED_KEY", null) == null);, it will print false, even though the function should return null, it won't, and the console will print "False".
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Incorrect Shader keyword activation for Shadows when no Light is present in URP
- Editor freezes when loading a specific AssetBundle
- WebGPU builds with Multithreading enabled crash on Safari
- Set as Value in UI Builder doesn't work across all properties.
- Calculating time durations in RenderDoc with DX12 causes 'Device Lost error' popup
Add comment