Esempio n. 1
0
 void RenderTheBubble(HUDText hudtext, GameObject followTarget, string content)
 {
     hudtext.SetText(content);
     hudtext.Play(followTarget.transform.position);
 }