So I have 3d map in my game scene and 3d objects on that map.
I using tooltip trigger that trigger description ugui window if I mouse over to that 3d object's collider.
Problem is, when I open NGUI UI, when I mouse over to 3d world's object, tooltip triggered Even when NGUI UI element block it so it does not shown.
How can I block input to that ugui tooltip when NGUI UI shown over it?
Thanks.