I'm using XNA 4.0. How can I load and save settings when on the Xbox? And can I write to and read from files?
Answer
You will be able to read and write from any flat file (XML, JSON to name two), you can also use SQLite with XNA 4.0
Here are some samples from microsoft
No comments:
Post a Comment