- Home /
[Closed] Place to store user data
I have been working on a game using C#, and need a place to store player files. I want my game to be cross platform for at LEAST windows/mac/linux although I may want to port it to other places later. However, I am not sure where to store my save data. I wish to store it by user. If you know how to obtain a directory for any of the 3 operating systems (and how to determine if it's that operating system) and/or have one to suggest please reply.
Thanks.
Answer by RedDevil · Mar 26, 2014 at 07:07 AM
There are more ways to do this but from what i hear XML is one very good choice.
It's not how, it's WHER$$anonymous$$ I think this is clearly seen by the title and entire description. I know how I want to save my data, just I need to know how to obtain a good, standard by-user location.
Your answer
Follow this Question
Related Questions
Is this possible to work as a temporary storage? 2 Answers
Save array of GameObjects and their variables from an attached script under a parent 1 Answer
When writing a txt file, it says sharing violation 3 Answers
What is this data that keeps saving when i load my game? 0 Answers
Sharing Violation On Path 1 Answer