leapmotion / LeapMotionCoreAssets

Unity Assets for Leap Motion v2 Skeletal Tracking
Apache License 2.0
166 stars 81 forks source link

Fixed policy flag initialization and reset #156

Closed yuwilbur closed 8 years ago

yuwilbur commented 8 years ago
yuwilbur commented 8 years ago

This was done because originally, flag would only be set when LeapProvider's controller is accessed which is not guaranteed (Example: VRVisualizer) which can create bad experiences for VR applications that require OPTIMIZE_HMD to be set. Now, LeapProvider will set the flag at Start()