- Home /
Question by
Prof123 · Jan 10, 2015 at 04:13 PM ·
listplayerprefssaveload
How i can PlayerPrefs List<>?
how i can save list<> elements?
public List<PlayerP> Players;
Comment
Google yielded a fairly comprehensive solution to saving arrays here: http://wiki.unity3d.com/index.php/ArrayPrefs2
Once you have figured out a way to save your PlayerP object it should be fairly simple to extend the wiki code to handle your custom object.
Your answer
Follow this Question
Related Questions
Save and Load Function 2 Answers
Set int to object from list? 0 Answers
How can I continue the game without losing values after Game Over? 1 Answer
Saving and loading game with PlayerPrefs 1 Answer
Playerprefs doesn't save anything. 2 Answers