|
@@ -121,12 +121,6 @@ namespace GFGEditor
|
|
|
assetBundleCollector = null;
|
|
assetBundleCollector = null;
|
|
|
_ruler = null;
|
|
_ruler = null;
|
|
|
|
|
|
|
|
- int index = buildResult.OutputPackageDirectory.LastIndexOf("/");
|
|
|
|
|
- string targetPath = buildResult.OutputPackageDirectory.Substring(0, index);
|
|
|
|
|
- Debug.Log($"sourcePath {buildResult.OutputPackageDirectory}");
|
|
|
|
|
- Debug.Log($"targetPath {targetPath}");
|
|
|
|
|
- CopyFilesTo(buildResult.OutputPackageDirectory, targetPath);
|
|
|
|
|
- Directory.Delete(buildResult.OutputPackageDirectory, true);
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
public static void CollectDynamicFile(string dirPath, string itemKey, string assetPath, bool autoMerge)
|
|
public static void CollectDynamicFile(string dirPath, string itemKey, string assetPath, bool autoMerge)
|