【工具】图片整理工具优化
parent
ebcc753925
commit
a092534a16
|
|
@ -991,7 +991,7 @@ namespace Assets.Scripts.Editor.LanguageTool
|
|||
AssetDatabase.Refresh();
|
||||
}
|
||||
|
||||
[MenuItem("LanguageTool/artFont/本地化资源整合")]
|
||||
//[MenuItem("LanguageTool/artFont/本地化资源整合")]
|
||||
private static void ExportAllArtFont()
|
||||
{
|
||||
Debug.Log("开始整合文字资源图片");
|
||||
|
|
@ -1174,7 +1174,7 @@ namespace Assets.Scripts.Editor.LanguageTool
|
|||
AssetDatabase.SaveAssets();
|
||||
AssetDatabase.Refresh();
|
||||
}
|
||||
[MenuItem("LanguageTool/artFont/资源分类")]
|
||||
//[MenuItem("LanguageTool/artFont/资源分类")]
|
||||
private static void FileClassFied()
|
||||
{
|
||||
string dirPath = Environment.CurrentDirectory + "\\Assets\\ManagedResources";
|
||||
|
|
|
|||
Loading…
Reference in New Issue