예제 #1
0
파일: pick.cs 프로젝트: ttmtom/wanderer
 void Start()
 {
     if (isTut)
     {
         GameObject temp = GameObject.FindGameObjectWithTag("TutManager");
         manager = temp.GetComponent("TutManager") as TutManager;
     }
 }
예제 #2
0
 void Awake()
 {
     Instance = this;
 }