I have made a game with Unity3D that has to access an XML file. I have put the file in the Assets folder and when I debug the game in Unity it works properly. The problem is that when I build the game and launch it in the browser (web player) it doesn't work. It gives the following error:
MethodAccessException: Attempt to access a private/protected method failed
Does it have to do with the security restrictions of the web player?