예제 #1
0
    IEnumerator CParseYoutubeLink()
    {
        yield return(new WaitForSeconds(1.5f));

        console.text = "<color='yellow'>링크</color>를 받아오고 있습니다.\n 너무 오래걸릴시 F5를 눌러주세요.";

        pathParser.ExecuteParse();
        yield return(CSpinWait());

        console.text = "<color='blue'>ECOPLAYER</color> 를 실행합니다.";
        Destroy(coreContainer);
        yield return(new WaitForSeconds(2f));

        StartEcoPlayer();
    }