Exemplo n.º 1
0
 protected void Update()
 {
     if (data == null)
     {
         data = DebugHelper.AddLine(gameObject, "Insert starting text here", Color.red);
     }
 }
Exemplo n.º 2
0
 protected void Start()
 {
     data = DebugHelper.AddLine(gameObject, "Insert starting text here", Color.red);
 }