Exemple #1
0
 public void OnFound()
 {
     found = true;
     audioVisualizer.found();
     alreadyFound = true;
     Debug.Log("[EasyAR] OnFound targtet name: " + target.name());
     gameObject.SetActive(true);
     for (int i = 0; i < transform.childCount; i++)
     {
         transform.GetChild(i).gameObject.SetActive(true);
     }
 }