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. :slight_smile:

Sorry for my bad English

Thanks

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.

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.