If you *really* want to deter your players from editing the inventory data, you could use an XML database, they are relatively easy to use. Then you can simply encrypt the XML text.
Take a look at [this page](http://unitynoobs.blogspot.com/2012/01/xml-encrypting.html) to learn about XML encryption in Unity.
↧