Esempio n. 1
0
 public void SelectTask()
 {
     uploadVideoPanel.SetActive(false);
     preloadVideoPanel.SetActive(true);
     p.GenerateButtons();
     // selectPatternPanel.SetActive(true);    // DELETE
 }
Esempio n. 2
0
    private static void Completed(object sender, AsyncCompletedEventArgs e)
    {
        Debug.Log("Files Downloaded");
        p = FindObjectOfType <PreloadVideoList>();
        // TODO: Show text on UI for files ready
        uploadVideoPanel.SetActive(false);
        preloadVideoPanel.SetActive(true);
        p.GenerateButtons();
        // selectPatternPanel.SetActive(true);   // DELETE

        // Send notifications when files are ready
    }