예제 #1
0
 void StartAR()
 {
     if (GameManager.Instance != null)
     {
         Debug.Log("AR Start");
         GameManager.Instance.EnableAR();
         instText.text = "Push Load Button";
         _wmc          = GameManager.Instance.wmController;
         _wmc.FoundWorldMap(OnMapFound);
     }
 }