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 DynamicHeapAllocator::CreateTLSFBlock when opening a specific project
- Scene flickers when using Mesh Output with SpriteLit Shader in 2D project
- “Cache Management” text is misaligned in Preferences > Package Manager
- [macOS] network permission shows the name of previously closed app when different app requests network access
- Delta value returned by mouse movementsMonitor is different when changing Screen Resolution
Add comment