Exemplo n.º 1
0
    IEnumerator OnStart()
    {
                #if GOOGLE_PLAY
        mRanking.SignIn();
                #endif
        yield return(new WaitForSeconds(0.5f));

        mStartButton.enabled = true;
    }