Exemple #1
0
    void startPlayingFromBeginning()
    {
        curTS = Time.time;
        GameState.Instance.Playing = true;
        sp.beginSongFromStart(curTS);

        playButton.gameObject.SetActive(false);
        pauseButton.gameObject.SetActive(true);
    }