-
//图片的下载路径
#if UNITY_EDITOR
mInforUrl = Application.dataPath + "Resources/ItemTxt.txt";
mDownloadPath = Application.dataPath + "/Resources/DownLoad";
#elif UNITY_ANDROID && !UNITY_EDITOR
mInforUrl = Application.persistentDataPath+"//ItemTxt.txt";
mDownloadPath = Application.persistentDataPath+"//Download";
#endif