I had a Unity project using LeapMotion 3.0 sdk which was working properly which has only one issue i.e. explosion issue which I read has been fixed in the newer version of the sdk. So I tried updating the sdk but I have some classes that I was using previously are not present in the newer sdk due to which I am unbale to run my project again.
So I want to ask for changed classes for the following classes and also some docs on how to use them in the project.
Missing classes that I found till now are:
- InteractionBehaviourBase:- I think this is replaced with InteractionBehaviour
- HandCollisionCallbacks:- ???
- Physical Button from Interaction Engine