Hi.
I have created a game that has panel in the bottom of the screen. I have captured mouse cursor position and calculate what object collide with it using LineTraceByChannel.
I don’t want that mouse works when mouse cursor on the image.
I don’t know how to separate these two concepts. Is there anyway to control functionality of the mouse when hover on the image?
More generally is there anyway to completely separate viewport or canvas of these two functionality?