예제 #1
0
    void Start()
    {
        startButton.gameObject.SetActive(false);
        SetTasks();
        CreateTask();
        string key = "level_4_instructions";

        instructionsText.ShowTextWithoutDelay(key, false, false);
    }