少年修仙传客户端代码仓库
client_Wu Xijin
2018-09-17 d90cec51c0285c869a1eca111f6699d1a314762c
Core/GameEngine/Login/Launch.cs
@@ -13,11 +13,9 @@
    static public LaunchStage currentStage { get { return m_CurrentStage; } }
    static float m_Progress = 0f;
    static public float progress
    {
    static public float progress {
        get { return m_Progress; }
        set
        {
        set {
            if (m_Progress != value)
            {
                m_Progress = value;
@@ -185,7 +183,6 @@
        OperationLogCollect.Instance.RecordEvent(2);
        m_CurrentStage = LaunchStage.ClientVersion;
        if (!Application.isEditor || InGameDownTestUtility.enable)
        {
            VersionUtility.Instance.RequestVersionCheck();
@@ -201,6 +198,8 @@
            }
        }
        if (VersionUtility.Instance.versionInfo.downAsset == 1)
        {
        m_CurrentStage = LaunchStage.DownLoad;
        switch (VersionConfig.Get().assetAccess)
        {
@@ -214,7 +213,6 @@
                progressBuf = progress;
                timer = 0f;
                duration = 1.5f;
                while (!AssetVersionUtility.checkAssetCompleted)
                {
                    timer += Time.deltaTime;
@@ -239,6 +237,7 @@
                }
                break;
        }
        }
        if (!AssetSource.allFromEditor)
        {