How can i write to a txt file with webplayer platform? I can’t use File.WriteAllText with webplayer but i want to save some text data.
You can check this thread out: http://forum.unity3d.com/threads/139732-WebPlayer-save-file-to-disk. If it’s just some game values, PlayerPrefs can be used (max size 1MB).