Exemplo n.º 1
0
 public static void Pulsate()
 {
     if (Instance != null)
     {
         Instance.Play();
     }
 }
Exemplo n.º 2
0
    public void PlayerWithItemCame()
    {
        StopAllCoroutines();
        StartCoroutine(LerpToColorCoroutine(itemPresentColor));

        markerPulse.Play();
    }