Ejemplo n.º 1
0
 void Update()
 {
     if (tc == null)
     {
         tc = FindObjectOfType <TalkingController>();
     }
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Start method
 /// </summary>
 void Start()
 {
     this._mainCamera        = FindObjectOfType <Camera>();
     this._talkingController = FindObjectOfType <TalkingController>();
 }
Ejemplo n.º 3
0
 void Start()
 {
     tc = FindObjectOfType <TalkingController>();
     buttonPrompt.SetActive(false);
 }
Ejemplo n.º 4
0
 void Start()
 {
     this.talkingController = FindObjectOfType <TalkingController>();
     this.alreadyUsed       = false;
 }