- Home /
Out put data from web version
Hi all,
I create some variables to hold some values in script. I would like to know how to out put a .txt or excel file to contain these values information after I create a web version. :)
Sorry for my bad English
Thanks
Answer by DaveA · Mar 17, 2012 at 12:21 AM
Most folks will send that to a server via the WWW object and handle it on the server. You can't save local files with the web version. Note you can set up a local server using something like Server2Go, so it does stay on your machine, but that's not a user-friendly way of doing things.
Answer by rutter · Mar 17, 2012 at 12:41 AM
The web player allows you to store some values locally with `PlayerPrefs`.
If these are fixed values that won't change after the game is built, you may be able to use a `TextAsset`.