What most you put before the start or awake function to
Reference to the Text component.
Text text;
What must you put in the awake or start function to
Set up the reference.?
text = GetComponent ();
How do you set the displayed text in the update funciton?
text.text =