Beispiel #1
0
    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);
    }
Beispiel #2
0
 public void HideBubble()
 {
     MapTutorialBubble.SetActive(false);
 }