Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: satrio on September 24, 2012, 02:46:03 AM
-
Hi!
I have looted this forum, but cannot find what I am looking for.
This is probably really simple, but annoying:
I have a NGUI titlescreen. Whenever I click the "Start" button, the click transfers down to my
game and starts activating clickable objects "beneath".
I use playmaker and want the GUI clicks to block collisions/raycast on underlying objects.
How do I do this?
/satrio
-
You need to switch your game to use the NGUI event system rather than relying on Input yourself. Either that, or check UICamera.hoveredObject != null before proceeding with your own event handling.
-
Sounds great, but how do I do this with playmaker?
I think I am missing something basic in my approach.
-
Playmaker? You'd have to ask on Playmaker forums.
-
Ok I will ask there. Probably get the answer "NGUI? you have to ask at their forums."