Exemple #1
0
 void Awake()
 {
     if (!HoloHelper.isHololens())
     {
         this.enabled = false;
         //Debug.Log("ReferenceCalibration disabled");
     }
     Instance = this;
 }
 // Use this for initialization
 private void Awake()
 {
     if (!HoloHelper.isHololens())
     {
         this.enabled = false;
         Debug.Log("Not Hololens");
     }
     Instance = this;
 }