File manipulations in the unity web player.

Hi all, I need to cache some data in my web application. Is there any native methods in unity to read/write files without using File,Filestream clesses?

1 Answer

1

There is no file IO in web players for security reasons, aside from PlayerPrefs and the Caching class.