- Home /
How can I save and load an entire hashtable using playerprefs, or on all systems.?
Hello, I am an intermediate user of uinity, I started using it nearly a year ago, and have a question. Right now to save and load a game, I store everything I want to save into a hashtable, then I use the propertylistserializerr from the wiki to save it to an xml file.
So what I would like to do is save the hashtable as a playerprefs key/value pair. The propertylistserializer does not work for ios or android, and I would very much like to target those with my program. Any ideas?
-Patrick
Answer by Karsnen_2 · Dec 08, 2012 at 09:05 PM
If you are looking for serialization, then I would recommend this one -> http://whydoidoit.com/unityserializer/
Your answer
Follow this Question
Related Questions
Hashtable as object literal serialization toJSON 0 Answers
"Unbroken Reference" problem when using a custom Editor to Save/Load a ScriptableObject Asset 0 Answers
Deserializing data with XML Serializer 0 Answers
Saving gameobjects to .NET binary files 1 Answer
Xml save/load script gives null reference exception in javascript 0 Answers