1using System.Collections;
2using System.Collections.Generic;
12 public CanvasGroup
cg;
17 cg.interactable =
false;
19 var courseModulTypeId = HttpCookie.GetCookie(
"courseModulTypeId");
20 Debug.Log(
"New Course with courseModulTypeId: " + courseModulTypeId);
21 switch (courseModulTypeId)
28 SceneManager.LoadScene(1);
35 SceneManager.LoadScene(1);
42 SceneManager.LoadScene(1);
UnityEngine.UI.Button Button
SavedUser.CourseType CourseType