예제 #1
0
파일: Host.cs 프로젝트: STak4/AngelHack2019
 void StartAR()
 {
     if (GameManager.Instance != null)
     {
         Debug.Log("AR Start");
         GameManager.Instance.EnableAR();
         instText.text = "Please Look Around";
         _wmc          = GameManager.Instance.wmController;
         _wmc.CreateWorldMap(OnMapCreate);
     }
 }