Example #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;
     }
 }
Example #2
0
 void Start()
 {
     Leap = LeapMotion.Instance;
 }