- Home /
Where will those XML files be stored if the platform of this game is Web Player...?
Hi everyone, I am developing a game that has many important files, which are XML and are used to set the settings of the game. For an example, there will be a file that sets the amount of mana that a skill may consume and there will be another file that have the names and prices of the items that are used in the game. If these files are stored on the computers of the clients, they can cheat by modifying them.
Question: Where will those XML files be stored if the platform of this game is Web Player and streamed? Does it depends on the reading/loading method?
Answer by getyour411 · May 07, 2014 at 02:00 AM
http://answers.unity3d.com/questions/22814/saveload-game-using-xml-on-browserweb-player.html
Google: "Unity xml web" for additional threads, tuts/vids, etc.
Great! Just what I was looking for. Thank you for the fast response!
Your answer
Follow this Question
Related Questions
Getting XML Data for levels from server 0 Answers
Is it possible to add a specific prefab and custom user text in in a multiuser web player? 0 Answers
Storing data on a server to be used for player currency in a multiplayer game 1 Answer
How do I go about using a server to store and retrieve data? 0 Answers
Server and WebPlayer 2 Answers