Search Issue Tracker
Fixed in 2019.1.X
Votes
1
Found in
2017.4.9f1
Issue ID
1072116
Regression
No
[Linux] Editor overwrites PlayerPrefs file when launched
How to reproduce:
1. Open user's attached project
2. Enter the play mode and observe the console
3. Exit the play mode and observe the console
4. Close Unity Editor
5. Reopen the same project
6. Enter play mode and observe console
Expected result: Console will print out "20" as it was saved to playerPrefs file
Actual result: console prints out "1"
Reproducible with: 2017.2.1f1, 2017.4.9f1, 2018.1.6f1, 2018.2.4f1, 2018.3.0a10
Notes:
- Editor seems to recreate/overwrite playerPrefs file deleting any saved data
- On Linux, PlayerPrefs can be found in ~/.config/unity3d/[CompanyName]/[ProductName]
- Seems to happen only on Linux machines
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment