UnityEditor批量替换文件夹下所有问价的后缀名

using UnityEditor; using UnityEngine; using System.IO; using System.Collections.Generic; public class ReplaceByFileDir : EditorWindow { string filePath; Rect fileRect; string postfixName;
相关文章
相关标签/搜索