Next: Unique Preference Serializer, Previous: Unique Object Serializer, Up: Serialization [Contents][Index]
Player Prefs Save Game Manager allows you to clear Player Prefs using an IMGUI window, or by sending a message.
Rect
guiAreaNormalized viewport rectangle indicating the percentages of screen space where the legacy GUI will appear, if used. Not suitable for mobile devices
Default value: new Rect(.01f, .01f, .5f, .5f)
int
windowIDUnique window identifier, must be different from all other windows in the game
Default value: 7849024
bool
showGuiShould we show the legacy Unity GUI? Not suitable for mobile devices
Default value: false
DELETES ALL PLAYER PREFS, CANNOT BE UNDONE!
Open the Legacy Unity GUI
Close the Legacy Unity GUI
Toggle the Legacy Unity GUI
Rect
guiAreaNormalized viewport rectangle indicating the percentages of screen space where the legacy GUI will appear, if used. Not suitable for mobile devices
Default value: new Rect(.01f, .01f, .5f, .5f)
int
windowIDUnique window identifier, must be different from all other windows in the game
Default value: 7849024
bool
showGuiShould we show the legacy Unity GUI? Not suitable for mobile devices
Default value: false
DELETES ALL PLAYER PREFS, CANNOT BE UNDONE!
Open the Legacy Unity GUI
Close the Legacy Unity GUI
Toggle the Legacy Unity GUI
Next: Unique Preference Serializer, Previous: Unique Object Serializer, Up: Serialization [Contents][Index]