- Home /
Question by
arnaucastillomur · Jul 19, 2020 at 09:07 PM ·
listsave datasave-to-filesave gamesave file
How do I save a List in my project?
Hi, I already know how to use PlayerPrefs or serialization to save a List.
What I don't know is how to have a list stored in my project (a list defined by me) so every person that installs my game has it (it has always the same values, the player can't modify it or create it).
I want to do something similar to the ghost kart in Mario Kart that represents the world record run and it is displayed while you play.
Thanks ;)
Comment
Your answer
Follow this Question
Related Questions
PlayerPrefs not saving in build 1 Answer
saving array to bin file 0 Answers
A node in a childnode? 1 Answer
The best way to save character progress used by 2 games? 2 Answers