How can I view a webplayer playerprefs file (.UPP file)
I’ve tried using things like notepad, but it doesn’t work very well.
Any ideas?
How can I view a webplayer playerprefs file (.UPP file)
I’ve tried using things like notepad, but it doesn’t work very well.
Any ideas?
The UPP files are in a custom binary format. You can't view it with any program because there is none.
edit: Now there is one :D
But you can write your own ;) The format is quite simple:
File structure:
for each saved pref:
That are the possible type identifier:
The header consists of the word "UnityPrf" (8 bytes) followed by (i guess) two version integers: 0x10000 and 0x100000
That's all (at least at the moment, maybe it get extended in future versions)
I’ve made a UPP File Editor that doesn’t need Unity ![]()
Thanks to Bunny83 for the format ![]()
I can see due to my post we have a cheat-editor soon... Start encrypting, now!!! :D
– Bunny83I never store important data in the client, its always stored away behind a session on a server. So let them just TRY! BRING 'EM ON!
– BerggreenDKSure if you want to hold a user-database on your server that's always the best solution. Even there you need to check the data that "arrives" on your server ;) Just in case that someone needs a <a href="http://wiki.unity3d.com/index.php/UPPEditor">UPP-File-Editor</a> I've created one. Of course as EditorWindow for Unity ;)
– Bunny83