소스 검색

登录界面资源释放

zhaoyang 3 년 전
부모
커밋
72698e6033
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      GameClient/Assets/Game/HotUpdate/Views/Login/LoginInputView.cs

+ 1 - 0
GameClient/Assets/Game/HotUpdate/Views/Login/LoginInputView.cs

@@ -21,6 +21,7 @@ namespace GFGGame
         protected override void OnInit()
         {
             base.OnInit();
+            packageName = UI_LoginInputUI.PACKAGE_NAME;
             _ui = UI_LoginInputUI.Create();
             this.viewCom = _ui.target;
             this.viewCom.Center();