Hi....
I want to pick objects in unity....
i do it right but my object doesnt have any layer and when i create layers with names:
1 - Interaction
2 - InteractionNoClip
3 - BrushHands
the compiler gives me this error:
Only interaction behaviours are allowed to collide with the brush layer.
Assertion failed. Value was Null
Expected: Value was not Null
Assets/LeapMotionModules/InteractionEngine/Scripts/InteractionBehaviours/ActivityManager.cs:212)
Leap.Unity.Interaction.ActivityManager:UpdateState(Frame) (at
Assets/LeapMotionModules/InteractionEngine/Scripts/InteractionBehaviours/ActivityManager.cs:178)
Leap.Unity.Interaction.InteractionManager:simulateFrame(Frame) (at
Assets/LeapMotionModules/InteractionEngine/Scripts/InteractionManager.cs:616)
Leap.Unity.Interaction.InteractionManager:FixedUpdate() (at
Assets/LeapMotionModules/InteractionEngine/Scripts/InteractionManager.cs:545)
What should i do?!