Exemplo n.º 1
0
    public void Start()
    {
        tutCtrl = TutorialController.Get();
        p       = GameObject.Find("Previous");
        n       = GameObject.Find("Next");

        Debug.Log(tutCtrl.sprites.Count);
    }