x


Where on iPhone editor are playerprefs stored.

Where are playerprefs stored by unity iPhone editor? Are there still problems with them not being read/written to disk while editor is open?

more ▼

asked Feb 05 '10 at 11:11 AM

Ryuuguu gravatar image

Ryuuguu
454 13 18 29

(comments are locked)
10|3000 characters needed characters left

1 answer: sort voted first

The playerprefs file is stored at:

/Users//Library/Preferences/unity.YourCompanyName..plist

The file is not written to until the editor application exits. We have tried to force writes, but the prefs data is managed in memory and only written to file on exit - this is true for the editor as well as the player/app.

more ▼

answered Apr 18 '10 at 03:46 PM

Azterix gravatar image

Azterix
71 3

Thanks, this is handy to know. I guess its a case of keeping states in memory, loading them on app load and writing them back when the app closes. Is this the same for android?

Apr 20 '11 at 09:31 AM demize2010
(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x1998
x294

asked: Feb 05 '10 at 11:11 AM

Seen: 3364 times

Last Updated: Sep 02 '11 at 03:08 AM