Hey. i've been working with NGUI version 3.4.8 for a long time now. We recently moved our prosject to unity 5, and wanted to upgrade to the newest NGUI version(3.8.2).
The problem is that buttons dont work anymore with mouseclick. We use OnClick() function to get the function we want to run, and a "UIKeyBinding" script to get the hotkey. The hotkey is working fine, but i still cant click on the buttons with mouse. I dont think it is raycast problem, because the tooltip is working fine and when u click on the button the "UiButton" on hover and pressed is changing colors.
I also have "RayCast Hit triggers" on in physics, and colliders in the buttons. It was working before so dunno what happened.
Thanks in advance.