//-------------------------------------------------------------- /// 根据Resources下的全路径返回文件真正的全路径 /// @fullPathInResources //-------------------------------------------------------------- public static string GetFullPathByPathInResources(string fullPathInResources) { return(CFileManager.CombinePaths(Application.dataPath, s_customResourcesFolder, fullPathInResources)); }