瀏覽代碼

Merge branch 'master' of http://10.108.64.190:3000/gfg/client

zhaoyang 2 年之前
父節點
當前提交
c1d18cd1e5
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      GameClient/Assets/Game/HotUpdate/HotUpdateEntry.cs
  2. 二進制
      GameClient/Assets/ResIn/Config/excelConfig.sqlite.bytes

+ 2 - 1
GameClient/Assets/Game/HotUpdate/HotUpdateEntry.cs

@@ -33,7 +33,8 @@ namespace GFGGame.HotUpdate
             {
                 HotUpdateProxy.Instance.update = Game.Update;
                 HotUpdateProxy.Instance.lateUpdate = Game.LateUpdate;
-                HotUpdateProxy.Instance.onApplicationQuit = Game.Close;
+                //退出进程被杀掉了,暂不执行
+                //HotUpdateProxy.Instance.onApplicationQuit = Game.Close;
 
                 Game.EventSystem.Add(HotUpdateCodeLoader.Instance.GetTypes());
 

二進制
GameClient/Assets/ResIn/Config/excelConfig.sqlite.bytes