x


I can't find PlayerPrefs on Windows

I can't find Playerpref anywhere. Can someone comment on where it is located for windows? THANKS =]

more ▼

asked Jul 12 '10 at 03:46 PM

Matt 9 gravatar image

Matt 9
30 3 3 7

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

2 answers: sort voted first

http://unity3d.com/support/documentation/ScriptReference/PlayerPrefs.html

On Windows standalone players, PlayerPrefs are stored in the registry under HKCU\Software[company name][product name] key, where company and product names are the names set up in Project Settings.

On Web players, PlayerPrefs are stored in binary files under %APPDATA%\Unity\WebPlayerPrefs on Windows.

more ▼

answered Jul 12 '10 at 03:52 PM

Tetrad gravatar image

Tetrad
7.2k 27 37 89

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

I asked a friend and he told me how to get to it and it works:

click start, type "regedit" and open it

go into HKEY_CURRENT_USER

then Software, etc as the original one states.

more ▼

answered Sep 08 '10 at 06:14 AM

MonkeyAssassin8 gravatar image

MonkeyAssassin8
271 35 38 43

This is the same as the answer Tetrad gave 2 months ago...

Sep 08 '10 at 08:11 AM Marowi
(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:

x293

asked: Jul 12 '10 at 03:46 PM

Seen: 4397 times

Last Updated: Feb 26 '12 at 04:38 AM