Search Issue Tracker
Won't Fix
Votes
1
Found in
2018.4
2019.4.6f1
2021.1
Issue ID
1287978
Regression
No
PlayerPrefs.GetFloat doesn't return the default value when the string value corresponding to the same key is 7 characters long
How to reproduce:
1. Open the attached '1287978.zip' project
2. Open 'SampleScene' (Scenes > SampleScene) and enter the Play mode
3. Observe the Console
Expected result: The Console logs '-3.402823E+38'
Actual result: The Console logs '0'
Reproducible with: 2018.4.29f1, 2019.4.14f1, 2020.1.13f1, 2020.2.0b11, 2021.1.0a5
Notes:
- The issue does not reproduce with the GetInt method
- Does not reproduce on Mac
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Duplicate External Textures start appearing when a Texture created with "CreateExternalTexture" is modified causing Memory Usage spikes on VisionOS
- Silent crash when using a "Blend Shape" in a "Skinned Mesh Renderer" to move vertices to Vector3.positiveInfinity, and "Occlusion Culling" is baked
- Some Prefab Source and Override content bounds are misaligned
- The Package Manager's "install packages by..." panels break when Domain Reload is triggered, and the panel is open
- Crash with multiple stack traces when leaving a docked VFX Graph open
Resolution Note (2021.1.X):
This is an edge case in a PlayerPref parsing code. Any change we introduce will affect any saved values and therefore we cannot make a change to fix this particular case.