|
@@ -251,7 +251,7 @@ namespace GFGEditor
|
|
}
|
|
}
|
|
foreach (string dir in sourceDirs)
|
|
foreach (string dir in sourceDirs)
|
|
{
|
|
{
|
|
- files = FileUtil.CopyFilesTo(dir, targetDir, saveName, new string[] { ".png", ".jpg", ".mp3", ".meta", ".mat", ".shader", ".tga", ".FBX", ".max", ".cs" }, ragule);
|
|
|
|
|
|
+ files = FileUtil.CopyFilesTo(dir, targetDir, saveName, new string[] { ".png", ".jpg", ".mp3", ".meta", ".mat", ".shader", ".tga", ".FBX", ".max" }, ragule);
|
|
foreach (var file in files)
|
|
foreach (var file in files)
|
|
{
|
|
{
|
|
Debug.LogFormat("更新{0}", file);
|
|
Debug.LogFormat("更新{0}", file);
|