소스 검색

编辑器不检查版本号

guodong 2 년 전
부모
커밋
340c6888d9
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      GameClient/Assets/Game/Launcher/GameLauncher.cs

+ 5 - 0
GameClient/Assets/Game/Launcher/GameLauncher.cs

@@ -65,7 +65,12 @@ public class GameLauncher : MonoBehaviour
         }
         else
         {
+#if UNITY_EDITOR
+            VersionController.Instance.Init();
+#else
             CheckApkVersion();
+#endif
+
         }
     }