public void SelectTask() { uploadVideoPanel.SetActive(false); preloadVideoPanel.SetActive(true); p.GenerateButtons(); // selectPatternPanel.SetActive(true); // DELETE }
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 }