Beispiel #1
0
 public string GetAbsolutePath(string fileName)
 {
     //return FileModule.StandardPath(Path.Combine(FileModule.DataPath, fileName));
     return(FileModule.StandardPath(Path.Combine(GameConst.streamAssetResFullPath, fileName)));
 }
Beispiel #2
0
 public string GetAbsolutePath(string fileName)
 {
     return(FileModule.StandardPath(Path.Combine(Application.dataPath, fileName)));
 }