load file from Xcode

Hi all and thanks in advance,

i have my unity project and works fine in the editor but when i try to build it into Xcode it stops working. I think that it’s becouse i load an XML file from script and when i build the game for iOS the script is unable to find the correct path of the XML because… well, becouse the folder doesnt exist in the Xcode project.

Anyone can help me and tell me how can i fix my script for making it working also in Xcode?

Thanks again

I’ve done it! The problem was that i was misunderstanding the path :slight_smile: With application.datapath +“/Raw/yourfile” you will be able to recall your files from iOS :slight_smile: