cannot find PlayerPrefsX

I need to use PlayerPrefsX but I can’t find it in monodevelop. Do I need to add something first?

MonoDevelop is a code editor and doesn’t contain any scripts. http://wiki.unity3d.com/index.php/ArrayPrefs2

–Eric

Where should I put those codes in the Usage section in the newly created script?

Create a script in Unity called PlayerPrefsX.cs ad paste the code in there.

Already did that. But I still can’t use it. Do I need to put on specific function or else on the PlayerPrefsX.cs?

any help with this?

Hmm…all the methods are static. You should just be able to do PlayerPrefsX.SomeMethod(someKey, someValue). What exactly isn’t working? Is it throwing an error?