Esempio n. 1
0
 void start()
 {
     ascii = gameObject.GetComponent <AsciiArtFx>();
 }
Esempio n. 2
0
 void start()
 {
     ascii = gameObject.GetComponent <AsciiArtFx>();
     Debug.Log("ascii " + ascii.ToString());
 }