diff --git a/Client/Assets/Scripts/Hotfix/GameLogic/UI/Generate/ui_UILoadUpdateWindow.cs b/Client/Assets/Scripts/Hotfix/GameLogic/UI/Generate/ui_UILoadUpdateWindow.cs index 413c4fa..72f6bf0 100644 --- a/Client/Assets/Scripts/Hotfix/GameLogic/UI/Generate/ui_UILoadUpdateWindow.cs +++ b/Client/Assets/Scripts/Hotfix/GameLogic/UI/Generate/ui_UILoadUpdateWindow.cs @@ -1,8 +1,7 @@ using UnityEngine; +using System.Collections.Generic; using UnityEngine.UI; using TMPro; -using System.Collections.Generic; -using Sirenix.OdinInspector; using AlicizaX.UI.Runtime; namespace Game.UI { @@ -32,7 +31,6 @@ namespace Game.UI private CanvasGroup[] mCanvasGroupTestList = new CanvasGroup[5]; public CanvasGroup[] CanvasGroupTestList => mCanvasGroupTestList; - #endregion } } diff --git a/Client/Assets/Scripts/Hotfix/GameLogic/UI/UILoadUpdate.cs b/Client/Assets/Scripts/Hotfix/GameLogic/UI/UILoadUpdate.cs index 1d8ac53..49d52db 100644 --- a/Client/Assets/Scripts/Hotfix/GameLogic/UI/UILoadUpdate.cs +++ b/Client/Assets/Scripts/Hotfix/GameLogic/UI/UILoadUpdate.cs @@ -9,8 +9,8 @@ public class UILoadUpdate : UITabWindow { protected override void OnInitialize() { - baseui.ImgBackGround.color = Color.gray; - baseui.BtnTest.onClick.AddListener(OnTestClick); + // baseui.ImgBackGround.color = Color.gray; + // baseui.BtnTest.onClick.AddListener(OnTestClick); } private void OnTestClick() diff --git a/Client/Assets/Test/GameLogic.dll.bytes b/Client/Assets/Test/GameLogic.dll.bytes index bdb6f26..7df82d3 100644 Binary files a/Client/Assets/Test/GameLogic.dll.bytes and b/Client/Assets/Test/GameLogic.dll.bytes differ diff --git a/Client/Assets/Test/GameLogic.pdb.bytes b/Client/Assets/Test/GameLogic.pdb.bytes index 9c60d82..cc72556 100644 Binary files a/Client/Assets/Test/GameLogic.pdb.bytes and b/Client/Assets/Test/GameLogic.pdb.bytes differ diff --git a/Client/ProjectSettings/UIGenerateConfiguration.asset b/Client/ProjectSettings/UIGenerateConfiguration.asset index f71f953..2e5d0d7 100644 --- a/Client/ProjectSettings/UIGenerateConfiguration.asset +++ b/Client/ProjectSettings/UIGenerateConfiguration.asset @@ -19,13 +19,6 @@ MonoBehaviour: GeneratePrefix: ui ExcludeKeywords: - ViewHolder - CombineWords: - - Key: Window - Value: Window - - Key: ViewHolder - Value: ViewHolder - - Key: Widget - Value: Widget UIElementRegexConfigs: - uiElementRegex: Rect componentType: RectTransform