hi, i am using Unity5.6.0f3 with my project.
I have some models with interaction behaviour , they work fine at first, but when i reload the scene it got error
error meaasge :
KeyNotFoundException: The given key was not present in the dictionary.
System.Collections.Generic.Dictionary2[Leap.Unity.SingleLayer,System.Collections.Generic.HashSet
1[Leap.Unity.Interaction.IInteractionBehaviour]].get_Item (SingleLayer key) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Collections.Generic/Dictionary.cs:150)
Leap.Unity.Interaction.InteractionManager.Leap.Unity.Interaction.IInternalInteractionManager.NotifyIntObjRemovedInteractionLayer (IInteractionBehaviour intObj, Int32 layer, Boolean refreshImmediately) (at Assets/LeapMotion/Modules/InteractionEngine/Scripts/InteractionManager.cs:990)
Leap.Unity.Interaction.IInternalInteractionManagerExtensions.NotifyIntObjHasNewInteractionLayer (IInternalInteractionManager manager, IInteractionBehaviour intObj, Int32 oldInteractionLayer, Int32 newInteractionLayer) (at Assets/LeapMotion/Modules/InteractionEngine/Scripts/Internal/Interface/IInternalInteractionManager.cs:34)
Leap.Unity.Interaction.InteractionBehaviour.fixedUpdateLayers () (at Assets/LeapMotion/Modules/InteractionEngine/Scripts/InteractionBehaviour.cs:1435)
Leap.Unity.Interaction.InteractionBehaviour.FixedUpdateObject () (at Assets/LeapMotion/Modules/InteractionEngine/Scripts/InteractionBehaviour.cs:805)
Leap.Unity.Interaction.InteractionManager.FixedUpdate () (at Assets/LeapMotion/Modules/InteractionEngine/Scripts/InteractionManager.cs:332)