Ejemplo n.º 1
0
 void Start()
 {
     if (!(Leap = LeapMotion.Instance))
     {
         Debug.LogError("No instance of Leap Motion manager exists. Please create one before this object.");
         enabled = false;
     }
 }
Ejemplo n.º 2
0
 void Start()
 {
     Leap = LeapMotion.Instance;
 }