When opening the scene leap_hands_demo from the leap core assets, I get the error
NullReferenceException: Object reference not set to an instance of an object
Leap.Unity.LeapServiceProvider.updateIfTransformMoved (Leap.Frame source, Leap.Frame& toUpdate) (at Assets/LeapMotion/Scripts/LeapServiceProvider.cs:296)
Leap.Unity.LeapServiceProvider.get_CurrentFrame () (at Assets/LeapMotion/Scripts/LeapServiceProvider.cs:60)
Leap.Unity.LeapHandController.Update () (at Assets/LeapMotion/Scripts/LeapHandController.cs:53)
Has anybody come across this error before? I can't see any hands. There is leap motion data coming in though.