Hey there. I am trying to do my own flying game using your "Leap Motion Unity Asset Starter Kit"
For some reason I am getting 6 errors:
Five of those:
"Assets/Script/LeapFly.cs(31,41): error CS1061: Type Leap.Vector' does not contain a definition for
ToUnity' and no extension method ToUnity' of type
Leap.Vector' could be found (are you missing a using directive or an assembly reference?)"
and one of this:
"Assets/Script/LeapFly.cs(69,54): error CS1061: Type Leap.Vector' does not contain a definition for
ToUnityScaled' and no extension method ToUnityScaled' of type
Leap.Vector' could be found (are you missing a using directive or an assembly reference?)"
I tried to get my head around this error but I couldn't. I can not understand the ToUnity formula is it possible that it refers to other script from the folders of: Hand Types, Leap Hand, Leap Hand State or Leap Helpers.