删除开场视频
parent
7e72d741c9
commit
720c82aa0b
|
@ -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());
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue