예제 #1
0
    void Start()
    {
        sm = FindObjectOfType <SaveManager>();

        if (!sm.CheckGamePlayed())
        {
            continueButton.SetActive(false);
        }
    }