I'm working on increasing the hand detection region using two leap motion devices.I've made a function that takes the right hand from device-1 and left hand from device-2. I changed the positions of the devices(d1 = 1,0,0 and d2 = -1,0,0) in the unity and place my one hand on device1 and other on device2, both the hands are visible on device 1 itself. the issue is that the frame I created will always have the deviceId = 1. I need to change that for every frame i.e, for the first iteration of UPDATE deviceId = 1 and when the second iteration of the UPDATE is called the deviceId should be 2. How do I do this??