- Home /
Question by
tomekkie2 · Dec 20, 2011 at 01:55 PM ·
webplayerplayerprefsapplication.quit
Is there a way to prevent the WebPlayer from saving PlayerPrefs on Application.Quit?
I would like to put the buttons for PlayerPrefs to load and save in the WebPlayer. For this reason I need to disable the PlayerPrefs from autosave on quit. Is there a way to do that?
Comment
Answer by tomekkie2 · Dec 21, 2011 at 10:18 AM
The matter is I need to record the user selections and collect them. I used to set the prefkeys and prefvalues once those selection are made, but looks like I have to collect them in a special array and then set the prefkeys and prefvalues from the array once the user presses the save button and save them.