删除开场视频

dev_chengFeng
gaoxin 2020-07-17 14:53:22 +08:00
parent 7e72d741c9
commit 720c82aa0b
1 changed files with 3 additions and 1 deletions

View File

@ -68,7 +68,9 @@ public class GameStart : MonoBehaviour
DestroyImmediate(gameObj2);
if (bundle != null) bundle.Unload(true);
bundle = null;
StartCoroutine(playMovice());
App.Instance.Initialize();
UpdateManager.Instance.StartUp();
//StartCoroutine(playMovice());
});
});
}