This commit is contained in:
zhangzheng
2026-01-05 12:24:17 +08:00
parent 2d23b1e12f
commit 033edf402f
9 changed files with 139 additions and 112 deletions

View File

@@ -9,7 +9,7 @@ public class EvoArtFolderCreator : EditorWindow
static string[] moduleNames; // 下拉列表
static int selectedIndex; // 当前选中的下标
[MenuItem("Evo/创建Art文件夹")]
[MenuItem("Evo/ARMaz/创建Art文件夹")]
static void OpenCreator()
{
var w = GetWindowWithRect<EvoArtFolderCreator>(new Rect(0, 0, 350, 110), true, "创建点位");