c# - How does Application.dataPath work in Unity when you move the project to an iOS build -
my unity game using application.datapath access levels within game. question why application.datapath not work when move project ios mobile platform.
check out: http://answers.unity3d.com/questions/132753/how-do-i-read-xml-on-iphone.html
i ran similar problem when trying read xml file. moved files resources folder , used resources.load("yourfile") instead.