- Home /
Alternative for PlayerPrefs
Hello everyone! is there any alternative for PlayerPrefs? I'm looking for something like saving Vector3s in a TXT file? if it's possible, could it be loaded/retrieve again and assign to transform positions? im going to use this for procedural prefab building. where should i start looking? Thank you!
Answer by spinaljack · Sep 26, 2010 at 02:05 PM
http://www.anbsoft.com/middleware/ezs/
Lets you save game states.
Also look at system.IO for writing and reading from file.
On iPhone you can use the WWW class to fetch data stored in the documents folder for the app
Answer link for iphone data saving:
Your answer
Follow this Question
Related Questions
Help with RPG 2 Answers
whats the best way to save a large list of variables? 1 Answer
PlayerPrefs save after quit? 2 Answers
Making a less complicated save system. 2 Answers
is it safe to save info in PlayerPrefs? 2 Answers