Hello everyone.
I'm working on a project where I have certain gameobjects that I need to manipulate, so I added the Interaction Behavior script, working correctly.
Later, I added other objects that wanted to be able to resize and rotate with my hands, so I added to the physical objects the Pinch Detector script, and to each of the objects that wanted to handle the Leap RTS script, such And as shown in the PinchMovement example of the Detection Examples code.
The problem is that when I make the gesture of catching the objects with the Interaction Behavior script, all objects with the Leap RTS script react to that gesture, and they move while handling the initial object.
How I can avoid this? Should I use the Interaction Behavior script for everyone? How can I then resize an object without using the Pinch Detector and the Leap RTS script?
Thank you very much in advance