void OnGUI() { if (GUI.Button(new Rect(Screen.width/2 - 50, Screen.height/2 + 10, 100, 30), "Start")) Application.LoadLevel("Play"); }
햐… 씬 이동이 이렇게 쉬운거였다니 ㄷㄷ
void OnGUI() { if (GUI.Button(new Rect(Screen.width/2 - 50, Screen.height/2 + 10, 100, 30), "Start")) Application.LoadLevel("Play"); }
햐… 씬 이동이 이렇게 쉬운거였다니 ㄷㄷ