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 cc2dfbc..035a962 100644 --- a/Client/Assets/Scripts/Hotfix/GameLogic/UI/Generate/ui_UILoadUpdateWindow.cs +++ b/Client/Assets/Scripts/Hotfix/GameLogic/UI/Generate/ui_UILoadUpdateWindow.cs @@ -28,8 +28,8 @@ namespace Game.UI public UXButton BtnTest => mBtnTest; [SerializeField] - private UXImage mImgBackGround; - public UXImage ImgBackGround => mImgBackGround; + private Image mImgBackGround; + public Image ImgBackGround => mImgBackGround; [SerializeField] private RecyclerView mScrollViewTestList; diff --git a/Client/Packages/com.alicizax.unity.framework b/Client/Packages/com.alicizax.unity.framework index 4c86d6b..28874ac 160000 --- a/Client/Packages/com.alicizax.unity.framework +++ b/Client/Packages/com.alicizax.unity.framework @@ -1 +1 @@ -Subproject commit 4c86d6bbda4d8bd142c5952c504bbe182026ccea +Subproject commit 28874ac17d59e4fe7376b0eed75b6961eb9f8553 diff --git a/Client/ProjectSettings/UIGenerateConfiguration.asset b/Client/ProjectSettings/UIGenerateConfiguration.asset index 6230a48..819ca8e 100644 --- a/Client/ProjectSettings/UIGenerateConfiguration.asset +++ b/Client/ProjectSettings/UIGenerateConfiguration.asset @@ -31,7 +31,7 @@ MonoBehaviour: - uiElementRegex: Slider componentType: UnityEngine.UI.Slider - uiElementRegex: Img - componentType: UnityEngine.UI.UXImage + componentType: UnityEngine.UI.Image - uiElementRegex: RImg componentType: UnityEngine.UI.RawImage - uiElementRegex: Scrollbar