Hi!
I use Orion 4.1.1 in Unity, and I want to try some HumanHand models from the new HandModule 1.0 package: I’m try to add a human hand from the prefab/HandModelHuman (PepperBaseCutLeftHand) under the LeapHandController, but then I recive this error measage, and the hand is not visible in play mode. Idea?
Thank you very much!
“NullReferenceException: Object reference not set to an instance of an object
Leap.Unity.HandPool+ModelGroup.TryGetModel (Chirality chirality, ModelType modelType) (at Assets/LeapMotion/Scripts/HandPool.cs:56)
Leap.Unity.HandPool.MakeHandRepresentation (Leap.Hand hand, ModelType modelType) (at Assets/LeapMotion/Scripts/HandPool.cs:140)
Leap.Unity.LeapHandController.UpdateHandRepresentations (System.Collections.Generic.Dictionary`2 all_hand_reps, ModelType modelType, Leap.Frame frame) (at Assets/LeapMotion/Scripts/LeapHandController.cs:83)
Leap.Unity.LeapHandController.Update () (at Assets/LeapMotion/Scripts/LeapHandController.cs:56)”