I am using XML files and a file browser system to save and load scenes in runtime. I use System.XML.Serialization and it works on Windows build without any problem. However, when I try to use it on a web build it does not work. I can't serialize or deserialize XML files on Web.
Is there anybody who tried something similar, or who knows the reason why this does not work?
↧