Hi folks.
I’m trying to make an inventory system and for the graphic interface I’m using a background image rendered in a camera with depth 1 and items are rendered in a different camera with depth 2 so items are drawn over the background image. Both of them are ‘depth only’ mode.
This system work fine but for some reason I can’t get OnMouseDown and other mouse events over the background image (but all of them are working properly in the items images). The reason seems to be that mouse events responds only to the camera with higher depth (the on top camera).
Is there any way to get mouse events from lower depth cameras?
Thanks for the help.