コード例 #1
0
 public void OnClick()
 {
     Debug.Log(input.text);
     serial.Connect(input.text);
     com = true;
 }