So I found on this forum something that helped me a lot but I think not many people know about it.
Altough I wanted help from the devs, to know if this can work all the time.
I wanted to have V2 and Orion at the same time, so I tried to find a way to have them, but I only found
a way to be able to switch from one to another using a batch file.
I copied the Leap Motion V2 file to Program Files (x86) folder and named it "Leap Motion v2", and installed Leap Motion Orion 4.0.0
on Program Files folder. Now when I wanna switch to V2 I run this batch:
net stop LeapService
taskkill /IM LeapControlPanel.exe /F
cd "C:\Program Files (x86)\Leap Motion v2\Core Services"
start LeapSvc64 --run
LeapControlPanel
and when I wanna switch back to Orion
taskkill /IM LeapSvc64.exe
taskkill /IM LeapControlPanel.exe /F
net start LeapService
"C:\Program Files\Leap Motion\Core Services\LeapControlPanel"
I think this is really usefull, but I wanted to hear from the devs, if there could be any
problem with doing this?