NullReferenceException: Object reference not set to an instance of an object Leap.Unity.LeapVRTemporalWarping.Start () (at Assets/LeapMotion/Core/Scripts/VR/LeapVRTemporalWarping.cs:240)
Anyone know if this is a bug or i did a mistake implementing my objects?
Regards,Simon
Found the mistake myself, for anyone having the same error and being blind as myself:
The LeapSpace Object needs the LeapHandController, for any reason i did not link them.