예제 #1
0
 void Start()
 {
     Controller      = GameObject.Find("controller2").GetComponent <controllerTut> ();
     screenWidthHalf = Screen.width / 2;
     Tut             = GameObject.Find("tut").GetComponent <tut> ();
 }
예제 #2
0
 private void Awake()
 {
     me = this;
 }