Unity不同平台读取本地文件地址

来源:互联网 发布:西瓜数据集3.0 编辑:程序博客网 时间:2024/06/04 00:41

Mac

public const string BASEPATH = "file:/" + "Users/apple/Sites/NMJE/RES/Android_4.6.3/";public const string CLIENTUPDATEPATH = "file:/" + "Users/apple/Sites/NMJE/CLIENT/Android/";public const string AssetBasePath = "file:/" + "Users/apple/xxx/";public const string ClientSavePath = "file:/" + "/Users/apple/xxx/";

Windows

public const string BYTESPATH = "E:\\works\\NMJE\\DesignExport\\Export\\MarshalledByteInfos\\";

0 0