Beispiel #1
0
 void TaskOnClick()
 {
     string[] temp = input.text.Split(',');
     for (int i = 0; i < temp.Length; i++)
     {
         print(temp[i]);
     }
     buttonContainer.newSet(temp);
 }