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