Hello, i have 2 cameras, 1 for the gui and 1 for the game scene... if i want to use the handy event system of NGUI should and can i use 2 GUICamera script on 2 different camera at the same time? This will send two different raycasts? Or the first collider to get hit (for example the button) will hide the gameobject collider behind it? For example if i click a button in the gui and behing it there is a lever... i don't want to hit the leverl, i'm clicking the button.
Thanks.