Have their been any known issues with Unity 2017.3 (just came out recently)? My project was going along fine in 2017.2 but I decided to update... now I am lucky to get 1 frame per second, hands don't track at all and I get the following error. Even the simple demo scenes just hang at 1 frame every few seconds. Even going back to 2017.2 and reimporting Leap Motion has no effect - same problem. Tried everything I can think of...
NullReferenceException
Leap.Unity.ProfilerSample..ctor (System.String sampleName, UnityEngine.Object obj) (at Assets/LeapMotion/Core/Scripts/Utils/ProfilerSample.cs:31)
Leap.Unity.Interaction.InteractionController.Leap.Unity.Interaction.IInternalInteractionController.FixedUpdateController () (at Assets/LeapMotion/Modules/InteractionEngine/Scripts/InteractionController.cs:230)
Leap.Unity.Interaction.InteractionManager.fixedUpdateInteractionControllers () (at Assets/LeapMotion/Modules/InteractionEngine/Scripts/InteractionManager.cs:388)
Leap.Unity.Interaction.InteractionManager.FixedUpdate () (at Assets/LeapMotion/Modules/InteractionEngine/Scripts/InteractionManager.cs:327)