예제 #1
0
파일: State.cs 프로젝트: lairdtw/UGJ2018
 // Use this for initialization
 void Start()
 {
     G1 = Instantiate(g1, new Vector3(0, 0, 0), Quaternion.identity);
     G1.SetActive(false);
     G2 = Instantiate(g2, new Vector3(0, 0, 0), Quaternion.identity);
     G2.SetActive(false);
 }