Exemplo n.º 1
0
 void Awake()
 {
     fadeOut = GameObject.FindGameObjectWithTag(Tags.FadeOut).GetComponent <FadeInandOut>();
 }
Exemplo n.º 2
0
 void Awake()
 {
     fadeOut = GameObject.FindGameObjectWithTag(Tags.FadeOut).GetComponent<FadeInandOut>();
 }