Beispiel #1
0
 public void DeleteIosABOfStreamingAB()
 {
     FileHelper.DeleteDir(EditorAssetPath.GetStreamingAssetABPath(this) + "iOS");
     FileHelper.DeleteDir(EditorAssetPath.GetStreamingAssetInfoPath(this, true) + "iOS");
     AssetDatabase.Refresh();
 }
Beispiel #2
0
 public void DeleteABOfStreamingAB()
 {
     FileHelper.DeleteDir(PathTool.StreamingAssetsPath + "AF-ABForLocal");
     FileHelper.DeleteDir(PathTool.ProjectPath + "Assets/Resources/AF-ABForLocal");
     AssetDatabase.Refresh();
 }