Search Issue Tracker
By Design
Votes
0
Found in
4.0.0b5
Issue ID
487540
Regression
No
PlayerPrefs string data limited < 512kb
To reproduce:
- Open attached project and launch the "Test_PlayerPrefDebug" scene
- Hit Play in the editor
- Observe the part of the log that reads 0 instead of 524288 (for 512kb):
PlayerPrefsManager: Save_CreationSlot: Creation_0 0 Memory: 1044480
PlayerPrefsManager: Save_CreationSlot: Creation_1 1 Memory: 524288
PlayerPrefsManager: Save_CreationSlot: Creation_2 2 Memory: 523264
PlayerPrefsManager: Save_CreationSlot: Creation_3 3 Memory: 1024
PlayerPrefsManager: Save_CreationSlot: Creation_4 4 Memory: 1024
PlayerPrefsManager: Load_SaveDatabaseInfo: QEP: 2012-10-24_1457
PlayerPrefsManager: Slot Data: Creation_0 0 Memory: 0 byteCount: 0
PlayerPrefsManager: Slot Data: Creation_1 1 Memory: 0 byteCount: 0
PlayerPrefsManager: Slot Data: Creation_2 2 Memory: 523264 byteCount: 523264
PlayerPrefsManager: Slot Data: Creation_3 3 Memory: 1024 byteCount: 1024
PlayerPrefsManager: Slot Data: Creation_4 4 Memory: 1024 byteCount: 1024
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Shadows are not visible in Player when using DX12 with Forward+ or Deferred+ rendering in URP
- Rendering Debugger Playmode debug UI scrolling is jittery when using click and drag to scroll
- Frame Debugger Target Selection Search Results window becomes too tiny to even see the default “Editor” selection when there are no search results
- Async method in Play Mode being aborted when calling `new System.Windows.Forms.Form`
- Animator window Eye button on click visual does not cover the whole area of the button when clicked
Add comment