public static void Pulsate()
 {
     if (Instance != null)
     {
         Instance.Play();
     }
 }
Exemple #2
0
    public void PlayerWithItemCame()
    {
        StopAllCoroutines();
        StartCoroutine(LerpToColorCoroutine(itemPresentColor));

        markerPulse.Play();
    }