Hello,
Recently I tried to set up Playground "Dancing robots and flowers at night" from https://github.com/leapmotion/Playground. This worked fine on my PC at work (Unity 4.6.6, Windows 10). A few days later I tried to open the "RobotStage" scene again and it just crashed.
I get this error:
DllNotFoundException: LeapCSharp
Leap.LeapPINVOKE+SWIGExceptionHelper..cctor ()
Rethrow as TypeInitializationException: An exception was thrown by the type initializer for SWIGExceptionHelper
Leap.LeapPINVOKE..cctor ()
Rethrow as TypeInitializationException: An exception was thrown by the type initializer for Leap.LeapPINVOKE
Leap.Frame..ctor ()
LeapRecorder..ctor ()
HandController..ctor ()
When I run the scene there is also this error:
NullReferenceException: Object reference not set to an instance of an object
HandController.IsConnected () (at Assets/LeapMotion/Scripts/HandController.cs:241)
PressAnyKeyToContinue.NormalUpdate () (at Assets/Resources/Scripts/Utilities/PressAnyKeyToContinue.cs:52)
PressAnyKeyToContinue.Update () (at Assets/Resources/Scripts/Utilities/PressAnyKeyToContinue.cs:64)
I can run the scene (even with those errors) but I don´t see my hand in the scene.
I tried to fix the Dll problem but none of the common ways worked. Is there any introduction how to set this scene up? Do I have to download any "Leap Motion Unity core assets"?
By the way.... my leap controller is connected and works with other scenes.
I also tried to run the scene in Unity 5.1 but the scene crashed as well.
My Orion Version:
Software-Version: 3.1.3+41910
Firmware Revision: 1.7.0
I think this topic can be interesting to some people since the scene is quite nice!
Thanks for your help!
Greetings
Jakob