Starting my first Unity VR project (Vive) with Leap Motion. When I run my project, no hands show up, and I get a succession of Windows 10 notifications declaring:
Software Update Required
An application is requesting features not available in this version of the Leap Motion service. Please install the latest Leap Motion software.
LeapControlPanel.exe
I already downloaded and installed LeapDeveloperKit_3.2.1_win.zip , which was downloaded after I clicked the green "Download Orion Beta" button.The only thing I drug into the scene was the Leap Rig prefab. I also deleted the Main Camera that comes built into new Unity scenes.
I opened up the Button-Builder-master.zip example project scene in Unity that demos cycling between the different hands, and that worked perfectly... but the LMHeadMountedRig prefab included in that Hands_Viewer_Demo is not in the latest (4.4.0 at the time of writing) Core assets. Leap Rig seemed to be the closest fit.
I researched this topic a little and I see other users had "V2" software installed as well and downloading the Orion Beta fixed their issue. I don't think I have ever downloaded the V2 software... just the Orion Beta.
Am I missing additional software to get the hands to show up and suppress the Windows notifications?