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
- Crash on tlsf_free when exiting Play Mode in a specific project
- Camera Solid Color is overwritten when injecting Custom Render Pass at 'RenderPassEvent.AfterRenderingPrePasses + 1'
- Shadows are not rendering when using the "On Demand" shadow update mode with GPU Resident Drawer and additional camera render texture
- "AVFoundationVideoMedia error while reading” error is thrown when streaming from a URL with a signed token in VideoPlayer
- Custom Render Pass using Render Graph does not render to the Game view when used with a 2D URP Renderer
Add comment