Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: andrew2110 on June 09, 2014, 08:02:02 AM
-
I'm getting started trying to use NGUI in my projects, have watched the video tutorials (which are really nice btw), but when I drag and drop some of the example GUI prefabs into my scene, they are unresponsive to the mouse - invisible to the camera (which is running in debug mode).
I checked the FAQ for this, and it mentions the physics raycast hit trigger setting, which was already set. But am curious as to what the next step in debugging this now is.
www.blueomega.me/StrangeNGUI.mov is a demo of me trying to click on some of these NGUI elements.
-
I notice that you are using a UI layer for the elements. Make sure your UICamera (I assume it's on the camera gameobject) is using an eventmask for that UI layer; see the setting on the component.
-
I started a new scene and played around with that yesterday which worked so I started rebuilding from there. Thank you for the advice though, if I come across the same problem again, that'll be the first thing I go to check :)