- Home /
Cant find .plist files on windows
Im using playerPref on my character creation and i need to find the plist files, i already read the API doc on playerPref, i went on unity, changed the company and game name, then i went to regedit > HKCU/software/CompanyName/GameName , the file is there but there isnt .plist files. Any ideas?
Answer by Xarbrough · May 05, 2015 at 11:22 PM
Does your PlayerPrefs code actually work when testing? Does the "GameName" folder get created when you successfully store values? Another idea: I'm not familiar with Windows and regedit: Does it actually show custom files like the ones Unity creates? Maybe you need to unhide them or browse with another application.
Answer by Eric5h5 · May 06, 2015 at 12:01 AM
Windows doesn't have any .plist files. Those only exist on OS X. On Windows, PlayerPrefs are stored in the registry.
Your answer
Follow this Question
Related Questions
Loading a ScriptableObject from an Asset at Runtime (after downloading + caching) 1 Answer
GetSpectrumData Obsolete? 1 Answer
Android Plugin with AppCompat Theme 2 Answers
NetworkTransport.Receive() on a single socket? 1 Answer
update to unity5 plugin error with android AndroidManifest.xml 0 Answers