Beispiel #1
0
 // Use this for initialization
 void Start()
 {
     playerScript = GameObject.Find("Main Camera").GetComponent <PlayerControlStickyGaze>();
     audio        = this.gameObject.GetComponent <AudioSource>();
 }