폴더 정리

This commit is contained in:
logonkhi
2025-12-12 19:28:20 +09:00
parent 69ae8b22fd
commit ab86affa32
184 changed files with 61 additions and 72409 deletions

View File

@@ -32,8 +32,8 @@ namespace UVC.Studio
var infos = ComponentList.GenerateData();
// 1. TabConfig 설정
tabController?.AddTabConfig("Explorer", "탐색기", "Prefabs/Factory/Tab/TabContentComponentListTab", "Prefabs/UI/Images/icon_side_tab_explorer_24", infos, true);
tabController?.AddTabConfig("Library", "라이브러리", "Prefabs/Factory/Tab/TabContentLibraryGrid", "Prefabs/UI/Images/icon_side_tab_library_24", "라이브러리", true);
tabController?.AddTabConfig("Explorer", "탐색기", "Factory/Prefabs/Tab/TabContentComponentListTab", "Prefabs/UI/Images/icon_side_tab_explorer_24", infos, true);
tabController?.AddTabConfig("Library", "라이브러리", "Factory/Prefabs/Tab/TabContentLibraryGrid", "Prefabs/UI/Images/icon_side_tab_library_24", "라이브러리", true);
// 2. 컨트롤러 초기화
tabController?.Initialize();