Hi all, I need some help with a trigger I’m trying to create. I have a circle on screen whose coordinates is driven by a depth camera via local network triggers. The coordinates track to the right hand location that the depth cam and skeleton tracking (NUITrack) software is tracking. So basically the circle acts like a cursor that follows your hand movements.
What I would like to do is trigger a button when I hover over it with the cursor. I make this trigger work by making the circle container “free” and using the “is dragged over” trigger but it only works when I move the circle with the mouse. If the circle is moved over by the coordinate stream mentioned above, I get nothing. I’ve also tried the the 'is or has been manipulated triggers" but have the same issue. It seems most of these triggers are based on movement by the mouse and only the mouse.
Any tricky ways to make this work?