public IEnumerator EnterMap_Tut_S2() { isInstruction = true; Animator myAnim = MapInSubway.GetComponent <Animator>(); myAnim.SetTrigger("idle"); FinalCameraController.enableScroll = true; GoBackButton.SetActive(false); Hide(MapCar.GetComponent <CanvasGroup>()); MapCar_Tut_S2.SetActive(true); MapTutorialBubble.SetActive(true); yield return(new WaitForSeconds(2f)); ShowHint(); MapTutorialBubble.SetActive(false); }
public void HideBubble() { MapTutorialBubble.SetActive(false); }