이름!!!1

This commit is contained in:
wsh
2025-05-22 11:04:54 +09:00
parent 29aba746e8
commit 3602da0fc3
3 changed files with 1 additions and 10 deletions

View File

@@ -669,7 +669,7 @@ GameObject:
- component: {fileID: 6484970662706605569}
- component: {fileID: 7799529798844270504}
m_Layer: 5
m_Name: Panel_StuidoTopbar
m_Name: Panel_StudioTopbar
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0

View File

@@ -37,15 +37,6 @@ namespace Studio.UI
panel_studiotopbar.onClickAssetLibraryWindow += fbxFileManager.LoadLocalData;
//panel_shortcuts.onClickUndo += CommandInvoker.instance.Undo;
//panel_shortcuts.onClickRedo += CommandInvoker.instance.Redo;
//panel_shortcuts.onclickSave += () => CommandInvoker.instance.Invoke(new SaveProjectCommand());
//panel_topbar.onClickSaveProject += () => CommandInvoker.instance.Invoke(new SaveProjectCommand());
//panel_topbar.onClickLoadProject += () => CommandInvoker.instance.Invoke(new LoadProjectCommand());
//panel_topbar.onClickNewProject += () => CommandInvoker.instance.Invoke(new NewProjectCommand());
//panel_studiotopbar.onClickLoadAssets += fbxFileManager.LoadLocalFBXDirectory;
}
}
}