When Unity makes a build, all the assets get baked into binary files which are fast to load. All the folders and files you have in the project in the editor don't exist any more. It's like baking a cake, and then asking where the egg that was on the side is now.
Use Resources.Load() to load the XML files as Text assets.
↧